Skip to content

Commit 1860ce0

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<!--Set default flat rate shipping method settings-->
2323
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2424

25+
<!--Ensure that async grid syncing is disabled-->
26+
<magentoCLI command="config:set {{AsyncGridsIndexingConfigData.disable_option}}" stepKey="disableAsyncIndexing"/>
27+
2528
<!--Create Product-->
2629
<createData entity="SimpleProduct2" stepKey="createProduct">
2730
<field key="price">5</field>
@@ -86,6 +89,7 @@
8689
<click selector="{{AdminOrdersGridSection.changeOrderStatus('Cancel')}}" stepKey="clickOnCancel"/>
8790
<waitForPageLoad stepKey="waitForPageLoad"/>
8891
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrdersFilters1"/>
92+
<waitForPageLoad stepKey="waitForPageLoad2"/>
8993
<actionGroup ref="AdminCheckOrderStatusInGridActionGroup" stepKey="seeOrderStatusInGrid">
9094
<argument name="orderId" value="$orderNumber"/>
9195
<argument name="status" value="Canceled"/>

0 commit comments

Comments
 (0)