We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1aa6b commit 9432b50Copy full SHA for 9432b50
app/code/Magento/Customer/Test/Mftf/Test/StorefrontCustomerAccountOrderListTest.xml
@@ -19,7 +19,7 @@
19
</annotations>
20
21
<before>
22
-
+ <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
23
<!--Create Product via API-->
24
<createData entity="SimpleProduct2" stepKey="Product"/>
25
@@ -106,6 +106,7 @@
106
</before>
107
108
<after>
109
+ <magentoCLI command="config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey="disableFlatRate"/>
110
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogout"/>
111
<deleteData createDataKey="Product" stepKey="deleteProduct"/>
112
<deleteData createDataKey="Customer" stepKey="deleteCustomer"/>
0 commit comments