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 3
3
/**
4
4
* Copyright © Magento, Inc. All rights reserved.
5
5
* See COPYING.txt for license details.
6
+ * Copyright 2024 Adobe
7
+ * All Rights Reserved.
6
8
*/
7
9
-->
8
10
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
13
15
</annotations >
14
16
<scrollTo selector =" {{AdminEditRoleInfoSection.checkboxByRole('Magento_User::acl_users')}}" stepKey =" scrollToTwoFactor" />
15
17
<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 " />
17
19
<scrollTo selector =" {{AdminEditRoleResourcesSection.inventoryCheckbox}}" stepKey =" scrollToInventoryCheckBox" />
18
20
<waitForElementClickable selector =" {{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey =" waitForStockToBeClickable" />
19
21
<click selector =" {{AdminEditRoleResourcesSection.stockCheckbox}}" stepKey =" selectStock" />
You can’t perform that action at this time.
0 commit comments