Skip to content

Commit 9886272

Browse files
ACQE-8470: Reorder the previously created order and verify the parent child relation in the order view page.
- Update disable shipping method and payment method step
1 parent 69840c7 commit 9886272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
4040
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
4141
<!-- Disable shipping method "Flat Rate" -->
42-
<actionGroup ref="CliDisableFlatRateShippingMethodActionGroup" stepKey="disableFlatRateShipping"/>
42+
<magentoCLI command="config:set carriers/flatrate/active 0" stepKey="disableFlatRate"/>
4343
<!-- Disable payment method "Check/Money Order" -->
44-
<actionGroup ref="CliDisableCheckMoneyOrderPaymentMethodActionGroup" stepKey="disableCheckMoneyOrderPaymentMethod"/>
44+
<magentoCLI command="config:set {{enabledCheckMoneyOrder.label}} 0" stepKey="disableCheckMoneyOrder"/>
4545
</after>
4646
<!-- Grab original order ID -->
4747
<grabTextFrom selector="{{AdminOrderDetailsInformationSection.orderId}}" stepKey="grabOriginalOrderId"/>

0 commit comments

Comments
 (0)