Skip to content

Commit b0d2719

Browse files
Manjusha.SManjusha.S
authored andcommitted
resolved flatrate errors
1 parent 868b9f9 commit b0d2719

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="sales"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2223
<createData entity="_defaultCategory" stepKey="createCategory"/>
2324
<createData entity="_defaultProduct" stepKey="createSimpleProductApi">
2425
<requiredEntity createDataKey="createCategory"/>

app/code/Magento/Shipping/Test/Mftf/Test/AdminDisableShipmentCommentsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</annotations>
1919

2020
<before>
21+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2122
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2223
<createData entity="SimpleProduct2" stepKey="createSimpleProduct"/>
2324
<createData entity="CustomerCart" stepKey="createCustomerCart">

0 commit comments

Comments
 (0)