We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5319a9d commit d5fe1e5Copy full SHA for d5fe1e5
app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenUserEditPageActionGroup.xml
@@ -15,6 +15,7 @@
15
<amOnPage url="{{AdminUsersPage.url}}" stepKey="openAdminUsersPage"/>
16
<waitForPageLoad stepKey="waitForPageToLoad"/>
17
<click selector="{{AdminLegacyDataGridFilterSection.clear}}" stepKey="resetFilters" />
18
+ <waitForPageLoad stepKey="waitForPageToLoadAfterFilterReset"/>
19
<fillField selector="{{AdminLegacyDataGridFilterSection.inputFieldByNameAttr('username')}}" userInput="{{user.username}}" stepKey="fillSearchUsernameFilter"/>
20
<click selector="{{AdminLegacyDataGridFilterSection.apply}}" stepKey="clickSearch" />
21
<waitForPageLoad stepKey="waitForGridToLoad"/>
0 commit comments