Skip to content

Commit d1b5356

Browse files
committed
AC-107: Update Third Party library: jstree
- Add scroll to Tfa resource tree checkbox
1 parent a68b2ad commit d1b5356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TwoFactorAuth/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1010
<actionGroup name="AdminCreateRoleActionGroup">
11-
<scrollTo selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" x="0" y="-100" stepKey="scrollToTfaResourceElement" before="waitForTfaRole"/>
12-
<waitForElementVisible stepKey="waitForTfaRole" selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" time="30" after="clickContentBlockCheckbox"/>
11+
<scrollTo selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" x="0" y="-100" stepKey="scrollToTfaResourceElement" after="clickContentBlockCheckbox"/>
12+
<waitForElementVisible stepKey="waitForTfaRole" selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" time="30" />
1313
<conditionalClick visible="false" dependentSelector="{{AdminEditRoleInfoSection.uncheckedCheckboxByRole('Magento_TwoFactorAuth::tfa')}}" stepKey="clickCheckbox" selector="{{AdminEditRoleInfoSection.checkboxByRole('Magento_TwoFactorAuth::tfa')}}" after="waitForTfaRole"/>
1414
</actionGroup>
1515
</actionGroups>

0 commit comments

Comments
 (0)