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 4907d9a commit f2a989eCopy full SHA for f2a989e
app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml
@@ -69,6 +69,7 @@
69
<waitForPageLoad stepKey="waitForCustomerGridLoad"/>
70
<!--Clear grid filters-->
71
<conditionalClick selector="{{AdminOrderCustomersGridSection.resetButton}}" dependentSelector="{{AdminOrderCustomersGridSection.resetButton}}" visible="true" stepKey="clearExistingCustomerFilters"/>
72
+ <waitForPageLoad stepKey="waitPageLoadAfterFilterReset"/>
73
<fillField userInput="{{customer.email}}" selector="{{AdminOrderCustomersGridSection.emailFilter}}" stepKey="filterEmail"/>
74
<click selector="{{AdminOrderCustomersGridSection.searchButton}}" stepKey="applyFilter"/>
75
<waitForPageLoad stepKey="waitForFilteredCustomerGridLoad"/>
0 commit comments