File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
<group value =" mtf_migrated" />
20
20
</annotations >
21
21
<before >
22
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
22
23
<actionGroup ref =" AdminLoginActionGroup" stepKey =" LoginAsAdmin" />
23
-
24
24
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
25
25
<createData entity =" _defaultCategory" stepKey =" createCategory" />
26
26
<createData entity =" defaultSimpleProduct" stepKey =" createProduct" >
27
27
<requiredEntity createDataKey =" createCategory" />
28
28
</createData >
29
- <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}} " stepKey =" enableFlatRate " />
29
+ <magentoCLI command =" cache:clean config " stepKey =" cacheCleanBefore " />
30
30
</before >
31
31
<after >
32
32
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
You can’t perform that action at this time.
0 commit comments