Skip to content

Commit edfe029

Browse files
Manjusha.SManjusha.S
authored andcommitted
Merge branch 'ACQE-4419' into functional-testing-automation
2 parents 5e4d5f8 + ddb2009 commit edfe029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserViaCurlActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<amOnPage stepKey="amOnAdminUsersPage" url="{{AdminUsersPage.url}}"/>
1515
<waitForPageLoad stepKey="waitForAdminUserPageLoad"/>
1616
<click selector="{{AdminLegacyDataGridFilterSection.clear}}" stepKey="resetFilters" />
17+
<scrollTo selector="{{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey="scrollToUserId"></scrollTo>
18+
<waitForElementVisible selector="{{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey="waitForUserIdVisible"></waitForElementVisible>
1719
<grabTextFrom selector="{{AdminLegacyDataGridTableSection.columnTemplateStrict(user.username, 'user_id')}}" stepKey="userId" />
1820

1921
<!--

0 commit comments

Comments
 (0)