Skip to content

Commit 2e6d730

Browse files
ACQE-6591: AdminCreateUserRoleWithLimitedPermissionTest
Removing two factor auth check code
1 parent 7ead0dc commit 2e6d730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<click selector="{{AdminEditRoleResourcesSection.editStockCheckbox}}" stepKey="uncheckEditStock"/>
2020
<waitForElementClickable selector="{{AdminEditRoleResourcesSection.deleteStockCheckbox}}" stepKey="waitForDeleteStockToBeClickable"/>
2121
<click selector="{{AdminEditRoleResourcesSection.deleteStockCheckbox}}" stepKey="uncheckDeleteStock"/>
22-
<scrollTo selector="{{AdminEditRoleResourcesSection.twoFactorAuth}}" stepKey="scrollToTwoFactor"/>
23-
<waitForElementClickable selector="{{AdminEditRoleResourcesSection.twoFactorAuth}}" stepKey="waitForTwoFactorToBeClickable"/>
24-
<click selector="{{AdminEditRoleResourcesSection.twoFactorAuth}}" stepKey="checkTwoFactorCheckbox"/>
22+
<comment userInput="BIC workaround" stepKey="scrollToTwoFactor"/>
23+
<comment userInput="BIC workaround" stepKey="waitForTwoFactorToBeClickable"/>
24+
<comment userInput="BIC workaround" stepKey="checkTwoFactorCheckbox"/>
2525
</actionGroup>
2626
</actionGroups>

0 commit comments

Comments
 (0)