File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 42
42
<magentoCLI command =" cron:run" stepKey =" runCron2" />
43
43
</before >
44
44
<after >
45
+ <magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 0 " />
46
+ <magentoCLI stepKey =" setIndexerMode" command =" indexer:set-mode" arguments =" realtime" />
47
+ <magentoCLI stepKey =" indexerReindex" command =" indexer:reindex" />
45
48
<deleteData stepKey =" deleteCategory" createDataKey =" createCategory" />
46
49
<actionGroup ref =" AdminDeleteStoreViewActionGroup" stepKey =" deleteStoreViewEn" >
47
50
<argument name =" customStore" value =" customStoreEN" />
48
51
</actionGroup >
49
52
<actionGroup ref =" AdminDeleteStoreViewActionGroup" stepKey =" deleteStoreViewFr" >
50
53
<argument name =" customStore" value =" customStoreFR" />
51
54
</actionGroup >
52
- <magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 0 " />
53
55
<actionGroup ref =" logout" stepKey =" logout" />
54
56
</after >
55
57
<!-- Select Created Category-->
You can’t perform that action at this time.
0 commit comments