File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
<group value =" checkout" />
21
21
</annotations >
22
22
<before >
23
+ <!-- Enable flat rate shipping-->
24
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
23
25
<!-- Enable Cash On Delivery payment method-->
24
26
<actionGroup ref =" CashOnDeliverySpecificCountryActionGroup" stepKey =" enableCashOnDelivery" >
25
27
<argument name =" path" value =" {{CashOnDeliveryEnableConfigData.path}}" />
34
36
<createData entity =" Simple_US_Customer_US_UK_Addresses" stepKey =" createCustomer" />
35
37
</before >
36
38
<after >
39
+ <!-- Disable shipping method for customer with default address -->
40
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
37
41
<!-- Disable Cash On Delivery method-->
38
42
<actionGroup ref =" CashOnDeliverySpecificCountryActionGroup" stepKey =" disableCashOnDelivery" />
39
43
<!-- Customer log out-->
You can’t perform that action at this time.
0 commit comments