File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/Shipping/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 25
25
</before >
26
26
<after >
27
27
<!-- Delete created data -->
28
- <deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
29
- <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
30
- <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
31
28
<!-- disable table rate meth0d -->
32
29
<actionGroup ref =" AdminOpenShippingMethodsConfigPageActionGroup" stepKey =" openShippingMethodConfigPage" />
33
30
<!-- Switch to Website scope -->
38
35
<argument name =" status" value =" 0" />
39
36
</actionGroup >
40
37
<actionGroup ref =" AdminSaveConfigActionGroup" stepKey =" saveConfig" />
38
+ <deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
39
+ <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
40
+ <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
41
+ <magentoCron groups =" index" stepKey =" reindex" />
42
+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache" >
43
+ <argument name =" tags" value =" " />
44
+ </actionGroup >
41
45
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
42
46
</after >
43
47
<!-- Go to Stores > Configuration > Sales > Shipping Methods -->
You can’t perform that action at this time.
0 commit comments