File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<remove keyForRemoval =" guestCheckoutFillingShippingSection" />
28
28
<remove keyForRemoval =" guestCheckoutFillingShippingSectionUK" />
29
- <remove keyForRemoval =" questPlaceOrder " />
29
+ <remove keyForRemoval =" guestPlaceOrder " />
30
30
31
31
<!-- Login as Customer -->
32
32
<actionGroup ref =" CustomerLoginOnStorefront" before =" goToProductPage" stepKey =" customerLogin" >
Original file line number Diff line number Diff line change 23
23
<createData entity =" ApiSimpleProduct" stepKey =" createProduct" >
24
24
<requiredEntity createDataKey =" createCategory" />
25
25
</createData >
26
- <magentoCLI command =" config:set payment/checkmo/allowspecific 1" stepKey =" setAllowSpecificCountiesValue" />
27
- <magentoCLI command =" config:set payment/checkmo/specificcountry GB" stepKey =" setSpecificCountryValue" />
26
+ <magentoCLI command =" config:set payment/checkmo/allowspecific" arguments = " 1" stepKey =" setAllowSpecificCountiesValue" />
27
+ <magentoCLI command =" config:set payment/checkmo/specificcountry" arguments = " GB" stepKey =" setSpecificCountryValue" />
28
28
</before >
29
29
<after >
30
30
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
31
31
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
32
- <magentoCLI command =" config:set payment/checkmo/allowspecific 0" stepKey =" unsetAllowSpecificCountiesValue" />
33
- <magentoCLI command =" config:set payment/checkmo/specificcountry ''" stepKey =" unsetSpecificCountryValue" />
32
+ <magentoCLI command =" config:set payment/checkmo/allowspecific" arguments = " 0" stepKey =" unsetAllowSpecificCountiesValue" />
33
+ <magentoCLI command =" config:set payment/checkmo/specificcountry" arguments = " ''" stepKey =" unsetSpecificCountryValue" />
34
34
</after >
35
35
36
36
<!-- Add product to cart -->
62
62
<argument name =" shippingMethod" value =" Flat Rate" type =" string" />
63
63
</actionGroup >
64
64
<actionGroup ref =" CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey =" selectCheckMoneyOrderPayment" />
65
- <actionGroup ref =" CheckoutPlaceOrderActionGroup" stepKey =" questPlaceOrder " >
65
+ <actionGroup ref =" CheckoutPlaceOrderActionGroup" stepKey =" guestPlaceOrder " >
66
66
<argument name =" orderNumberMessage" value =" CONST.successGuestCheckoutOrderNumberMessage" />
67
67
<argument name =" emailYouMessage" value =" CONST.successCheckoutEmailYouMessage" />
68
68
</actionGroup >
You can’t perform that action at this time.
0 commit comments