File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 32
32
<argument name =" storeView" value =" customStoreFR" />
33
33
</actionGroup >
34
34
<!-- Run full reindex and clear caches -->
35
- <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
36
35
<magentoCLI command =" cache:flush" stepKey =" flushCache" />
36
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
37
37
<!-- Enable Flat Catalog Category -->
38
38
<magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 1" />
39
39
<!-- Open Index Management Page and Select Index mode "Update by Schedule" -->
57
57
<actionGroup ref =" logout" stepKey =" logout" />
58
58
</after >
59
59
<!-- Select Created Category-->
60
+ <magentoCLI command =" indexer:reindex" stepKey =" reindexBeforeFlow" />
60
61
<amOnPage url =" {{AdminCategoryPage.url}}" stepKey =" openAdminCategoryIndexPage" />
61
62
<waitForPageLoad stepKey =" waitForPageToLoad" />
62
63
<click selector =" {{AdminCategorySidebarTreeSection.expandAll}}" stepKey =" clickOnExpandTree" />
You can’t perform that action at this time.
0 commit comments