File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/User/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
</arguments >
15
15
<amOnPage stepKey =" amOnAdminUsersPage" url =" {{AdminUsersPage.url}}" />
16
16
<waitForPageLoad stepKey =" waitForAdminUserPageLoad" />
17
+ <waitForElementClickable selector =" {{AdminLegacyDataGridFilterSection.clear}}" stepKey =" WaitForresetFiltersElementToBeClickable" />
17
18
<click selector =" {{AdminLegacyDataGridFilterSection.clear}}" stepKey =" resetFilters" />
18
19
<waitForPageLoad stepKey =" waitForFiltersToReset" />
19
20
<waitForElementVisible selector =" {{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey =" waitForUserIdVisible" />
20
21
<scrollTo selector =" {{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey =" scrollToUserId" />
22
+ <waitForElementVisible selector =" {{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey =" waitForUserIdVisibleBeforeElementIsGrabbed" />
21
23
<grabTextFrom selector =" {{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey =" userId" />
22
-
23
24
<createData entity =" deleteUser" stepKey =" deleteUser" >
24
25
<field key =" user_id" >{$userId}</field >
25
26
<field key =" current_password" >{{adminPassword}}</field >
You can’t perform that action at this time.
0 commit comments