Skip to content

Commit 70c332f

Browse files
committed
MQE-1420: Bump MFTF version in Magento
- changing argument from its own attribute to part of the command
1 parent 8131a11 commit 70c332f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<after>
3030
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
3131
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
32-
<magentoCLI command="config:set payment/checkmo/allowspecific" arguments="0" stepKey="unsetAllowSpecificCountiesValue"/>
33-
<magentoCLI command="config:set payment/checkmo/specificcountry" arguments="''" stepKey="unsetSpecificCountryValue" />
32+
<magentoCLI command="config:set payment/checkmo/allowspecific 0" stepKey="unsetAllowSpecificCountiesValue"/>
33+
<magentoCLI command="config:set payment/checkmo/specificcountry ''" stepKey="unsetSpecificCountryValue" />
3434
</after>
3535

3636
<!-- Add product to cart -->

0 commit comments

Comments
 (0)