Skip to content

Commit 045dbc1

Browse files
committed
MC-12599: Checkout can properly process flow if list of shipping carriers are changed during place order
1 parent 762bbca commit 045dbc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<before>
2222
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
23-
<createData entity="FlatRateShippingMethodDefault" stepKey="setDefaultFlatRateShippingMethod"/>
23+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2424
<createData entity="SimpleSubCategory" stepKey="createSubCategory"/>
2525
<!--Create simple product-->
2626
<createData entity="SimpleProduct2" stepKey="simpleProduct1">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<before>
2222
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
23-
<createData entity="FlatRateShippingMethodDefault" stepKey="setDefaultFlatRateShippingMethod"/>
23+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2424
<createData entity="ApiDownloadableProduct" stepKey="createDownloadableProduct"/>
2525
<createData entity="downloadableLink1" stepKey="addDownloadableLink1">
2626
<requiredEntity createDataKey="createDownloadableProduct"/>

0 commit comments

Comments
 (0)