File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
app/code/Magento/Persistent/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 46
46
<!-- Delete Simple Product 1,customer and Category-->
47
47
<deleteData createDataKey =" createSimple1" stepKey =" deleteSimple1" />
48
48
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
49
+ <!-- ReIndex and Cache-->
50
+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanCachesAfterModulesDisabled" >
51
+ <argument name =" tags" value =" " />
52
+ </actionGroup >
53
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindexAndFlushCache" >
54
+ <argument name =" indices" value =" " />
55
+ </actionGroup >
49
56
<actionGroup ref =" AdminDeleteCustomerActionGroup" stepKey =" deleteJohnSmithCustomer" >
50
57
<argument name =" customerEmail" value =" John_Smith_Customer.email" />
51
58
</actionGroup >
You can’t perform that action at this time.
0 commit comments