Skip to content

Commit d5fe1e5

Browse files
committed
Test improvements:
- test stabilization
1 parent 5319a9d commit d5fe1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<amOnPage url="{{AdminUsersPage.url}}" stepKey="openAdminUsersPage"/>
1616
<waitForPageLoad stepKey="waitForPageToLoad"/>
1717
<click selector="{{AdminLegacyDataGridFilterSection.clear}}" stepKey="resetFilters" />
18+
<waitForPageLoad stepKey="waitForPageToLoadAfterFilterReset"/>
1819
<fillField selector="{{AdminLegacyDataGridFilterSection.inputFieldByNameAttr('username')}}" userInput="{{user.username}}" stepKey="fillSearchUsernameFilter"/>
1920
<click selector="{{AdminLegacyDataGridFilterSection.apply}}" stepKey="clickSearch" />
2021
<waitForPageLoad stepKey="waitForGridToLoad"/>

0 commit comments

Comments
 (0)