Skip to content

Commit a51f3c7

Browse files
Manjusha.SManjusha.S
authored andcommitted
fix
1 parent e2b5707 commit a51f3c7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCheckCustomerInfoOnOrderPageCreatedByGuestTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</annotations>
2222

2323
<before>
24+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2425
<createData entity="_defaultCategory" stepKey="createCategory"/>
2526
<createData entity="_defaultProduct" stepKey="createProduct">
2627
<requiredEntity createDataKey="createCategory"/>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<group value="sales"/>
2121
</annotations>
2222
<before>
23+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
24+
2325
<createData entity="SimpleProduct2" stepKey="createSimpleProduct"/>
2426

2527
<createData entity="Simple_US_CA_Customer" stepKey="createCustomer"/>

0 commit comments

Comments
 (0)