Skip to content

Commit e01e1a6

Browse files
committed
Fixed failed/broken mftf test cases due to missing default shipping method
1 parent 74250e9 commit e01e1a6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutTest/StorefrontCustomerCheckoutTestWithRestrictedCountriesForPaymentTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<createData entity="ApiSimpleProduct" stepKey="createProduct">
2323
<requiredEntity createDataKey="createCategory"/>
2424
</createData>
25+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2526
<magentoCLI command="config:set checkout/options/display_billing_address_on 1" stepKey="setShowBillingAddressOnPaymentPage"/>
2627
<magentoCLI command="config:set payment/checkmo/allowspecific 1" stepKey="allowSpecificValue"/>
2728
<magentoCLI command="config:set payment/checkmo/specificcountry GB" stepKey="specificCountryValue"/>

app/code/Magento/PaypalCaptcha/Test/Mftf/Test/StorefrontPaymentsCaptchaWithPayflowProTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<group value="captcha"/>
2121
</annotations>
2222
<before>
23+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2324
<!-- Configure Paypal Payflow Pro payment method -->
2425
<createData entity="PaypalPayflowProConfig" stepKey="configurePaypalPayflowProPayment"/>
2526
<createData entity="EnablePaypalPayflowProWithVault" stepKey="enablePaypalPayflowProPaymentWithVault"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<group value="Sales"/>
2121
</annotations>
2222
<before>
23+
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
2324
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2425
<createData entity="SimpleProduct2" stepKey="createProduct"/>
2526
<createData entity="CustomerCart" stepKey="createCustomerCart">

0 commit comments

Comments
 (0)