File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 91
91
92
92
<!-- Search for Order in the order grid -->
93
93
<amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" onOrdersPage" />
94
- <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask3" />
94
+ <waitForPageLoad time =" 30" stepKey =" waitForOrderListPageLoad" />
95
+ <conditionalClick selector =" {{AdminOrdersGridSection.clearFilters}}" dependentSelector =" {{AdminOrdersGridSection.clearFilters}}" visible =" true" stepKey =" clearExistingOrderFilter" />
95
96
<fillField selector =" {{AdminOrdersGridSection.search}}" userInput =" {$grabOrderNumber}" stepKey =" searchOrderNum" />
96
97
<click selector =" {{AdminOrdersGridSection.submitSearch}}" stepKey =" submitSearch" />
97
98
<waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask4" />
You can’t perform that action at this time.
0 commit comments