Skip to content

Commit e2cdfdb

Browse files
ACQE-6591: AdminCreateUserRoleWithLimitedPermissionTest
tfa Checkbox presence test
1 parent 04b21d9 commit e2cdfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Goes to the Backend Custom User role page. Selecting required elements on roles resource page.</description>
1313
</annotations>
1414
<scrollTo selector="{{AdminEditRoleInfoSection.blockName('restrictedRole')}}" x="0" y="-120" stepKey="scrollToResourceElement"/>
15-
<click stepKey="clickTFACheckbox" selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" after="waitForTfaRole"/>
15+
<click stepKey="clickTFACheckbox" selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}"/>
1616
<scrollTo selector="{{AdminEditRoleResourcesSection.inventoryCheckbox}}" stepKey="scrollToInventoryCheckBox"/>
1717
<waitForElementClickable selector="{{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey="waitForStockToBeClickable"/>
1818
<click selector="{{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey="selectStock"/>

0 commit comments

Comments
 (0)