File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/User/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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"
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" />
You can’t perform that action at this time.
0 commit comments