Skip to content

Commit 6b8b96f

Browse files
committed
Merge branch 'ACQE-5920-ver1' of https://github.com/magento-gl/magento2ce into ACQE-5920-ver1
2 parents 3f7e809 + 4f3d410 commit 6b8b96f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/User/Test/Mftf/ActionGroup/AdminSelectCustomStockUserRoleResourcesActionGroup.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/**
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
6+
* Copyright 2024 Adobe
7+
* All Rights Reserved.
68
*/
79
-->
810
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -13,7 +15,7 @@
1315
</annotations>
1416
<scrollTo selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_User::acl_users')}}" stepKey="scrollToTwoFactor"/>
1517
<waitForElementClickable selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" stepKey="waitForTwoFactorToBeClickable"/>
16-
<click stepKey="clickTFACheckbox" selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}"/>
18+
<click selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" stepKey="checkTwoFactorCheckbox"/>
1719
<scrollTo selector="{{AdminEditRoleResourcesSection.inventoryCheckbox}}" stepKey="scrollToInventoryCheckBox"/>
1820
<waitForElementClickable selector="{{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey="waitForStockToBeClickable"/>
1921
<click selector="{{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey="selectStock"/>

0 commit comments

Comments
 (0)