File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/Reports/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 21
21
</annotations >
22
22
23
23
<before >
24
+ <!-- Enable flat rate shipping-->
25
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
24
26
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
25
27
26
28
<createData entity =" _defaultCategory" stepKey =" createCategory" />
72
74
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
73
75
<deleteData createDataKey =" createSimpleProduct" stepKey =" deleteProduct" />
74
76
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
77
+ <!-- Disable shipping method for customer with default address -->
78
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
75
79
</after >
76
80
77
81
<actionGroup ref =" AdminGoToOrdersReportPageActionGroup" stepKey =" goToOrdersReportPage1" />
You can’t perform that action at this time.
0 commit comments