Skip to content

Commit dc3a136

Browse files
committed
ACP2E-1674: make sure async grid indexing is disabled, add extra wait time.
1 parent 1860ce0 commit dc3a136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminOrdersMultiSelectActionAppliedToUncheckedNewlyCreatedOrdersTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<click selector="{{AdminOrdersGridSection.changeOrderStatus('Cancel')}}" stepKey="clickOnCancel"/>
9090
<waitForPageLoad stepKey="waitForPageLoad"/>
9191
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrdersFilters1"/>
92-
<waitForPageLoad stepKey="waitForPageLoad2"/>
92+
<waitForPageLoad stepKey="waitForPageLoad3"/>
9393
<actionGroup ref="AdminCheckOrderStatusInGridActionGroup" stepKey="seeOrderStatusInGrid">
9494
<argument name="orderId" value="$orderNumber"/>
9595
<argument name="status" value="Canceled"/>

0 commit comments

Comments
 (0)