File tree 1 file changed +4
-0
lines changed
app/code/Magento/Sales/Test/Mftf/Test
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
<group value =" sales" />
19
19
</annotations >
20
20
<before >
21
+ <!-- Enable flat rate shipping-->
22
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
21
23
<createData entity =" _defaultCategory" stepKey =" createCategory" />
22
24
<createData entity =" _defaultProduct" stepKey =" createSimpleProduct" >
23
25
<requiredEntity createDataKey =" createCategory" />
24
26
</createData >
25
27
</before >
26
28
<after >
29
+ <!-- Disable shipping method for customer with default address -->
30
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
27
31
<deleteData createDataKey =" createSimpleProduct" stepKey =" deleteProduct" />
28
32
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
29
33
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
You can’t perform that action at this time.
0 commit comments