Skip to content

Commit 369ebbe

Browse files
AC-3771 fix Functional test StorefrontCashOnDeliveryPaymentForSpecificCountryTest fails on 2.4.6-develop
1 parent 50a7c1b commit 369ebbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<group value="checkout"/>
2121
</annotations>
2222
<before>
23+
<!--Enable flat rate shipping-->
24+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
25+
2326
<!--Enable Cash On Delivery payment method-->
2427
<actionGroup ref="CashOnDeliverySpecificCountryActionGroup" stepKey="enableCashOnDelivery">
2528
<argument name="path" value="{{CashOnDeliveryEnableConfigData.path}}"/>

0 commit comments

Comments
 (0)