Skip to content

Commit 240a17b

Browse files
shanthiManjusha.S
authored andcommitted
MC-36889:Admin orders multi-select action applied to unchecked newly created orders
1 parent eef1eb9 commit 240a17b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
</before>
3333

3434
<after>
35+
<!--Remove default flat rate shipping method settings-->
36+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
3537
<!--Delete product-->
3638
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3739
<!--Delete customer-->
@@ -84,6 +86,7 @@
8486
<click selector="{{AdminOrdersGridSection.orderActions}}" stepKey="clickOnActionsDropdown"/>
8587
<click selector="//div[contains(concat(' ',normalize-space(@class),' '),' row-gutter ')]//span[text()='Cancel']" stepKey="clickStatus"/>
8688
<waitForPageLoad stepKey="waitForPageLoad"/>
89+
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrdersFilters1"/>
8790
<actionGroup ref="AdminCheckOrderStatusInGridActionGroup" stepKey="seeOrderStatusInGrid">
8891
<argument name="orderId" value="$orderNumber"/>
8992
<argument name="status" value="Canceled"/>

0 commit comments

Comments
 (0)