File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/code/Magento/User/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111 <annotations >
1212 <description >Goes to the Backend Custom User role page. Selecting required elements on roles resource page.</description >
1313 </annotations >
14-
14+ <scrollTo selector =" {{AdminEditRoleInfoSection.checkboxByRole('Magento_User::acl_users')}}" stepKey =" scrollToTwoFactor" />
15+ <waitForElementClickable selector =" {{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" stepKey =" waitForTwoFactorToBeClickable" />
16+ <click stepKey =" clickTFACheckbox" selector =" {{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" />
1517 <scrollTo selector =" {{AdminEditRoleResourcesSection.inventoryCheckbox}}" stepKey =" scrollToInventoryCheckBox" />
1618 <waitForElementClickable selector =" {{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey =" waitForStockToBeClickable" />
1719 <click selector =" {{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey =" selectStock" />
1820 <waitForElementClickable selector =" {{AdminEditRoleResourcesSection.editStockCheckbox}}" stepKey =" waitForEditStockToBeClickable" />
1921 <click selector =" {{AdminEditRoleResourcesSection.editStockCheckbox}}" stepKey =" uncheckEditStock" />
2022 <waitForElementClickable selector =" {{AdminEditRoleResourcesSection.deleteStockCheckbox}}" stepKey =" waitForDeleteStockToBeClickable" />
2123 <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" />
2524 </actionGroup >
2625</actionGroups >
You can’t perform that action at this time.
0 commit comments