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 2121 </annotations >
2222
2323 <before >
24+ <!-- Enable flat rate shipping-->
25+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
2426 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
2527
2628 <createData entity =" _defaultCategory" stepKey =" createCategory" />
7274 <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
7375 <deleteData createDataKey =" createSimpleProduct" stepKey =" deleteProduct" />
7476 <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" />
7579 </after >
7680
7781 <actionGroup ref =" AdminGoToOrdersReportPageActionGroup" stepKey =" goToOrdersReportPage1" />
You can’t perform that action at this time.
0 commit comments