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
<createData entity =" _defaultCategory" stepKey =" createCategory" />
24
26
<createData entity =" SimpleProduct" stepKey =" createProduct" >
25
27
<requiredEntity createDataKey =" createCategory" />
31
33
</actionGroup >
32
34
</before >
33
35
<after >
36
+ <!-- Disable shipping method for customer with default address -->
37
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
34
38
<!-- Logout from customer account-->
35
39
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutStorefront" />
36
40
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
You can’t perform that action at this time.
0 commit comments