Skip to content

Commit 9432b50

Browse files
committed
Adding Flat rate
1 parent 6e1aa6b commit 9432b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontCustomerAccountOrderListTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</annotations>
2020

2121
<before>
22-
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2323
<!--Create Product via API-->
2424
<createData entity="SimpleProduct2" stepKey="Product"/>
2525

@@ -106,6 +106,7 @@
106106
</before>
107107

108108
<after>
109+
<magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
109110
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogout"/>
110111
<deleteData createDataKey="Product" stepKey="deleteProduct"/>
111112
<deleteData createDataKey="Customer" stepKey="deleteCustomer"/>

0 commit comments

Comments
 (0)