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 3232 <argument name =" storeView" value =" customStoreFR" />
3333 </actionGroup >
3434 <!-- Run full reindex and clear caches -->
35- <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
3635 <magentoCLI command =" cache:flush" stepKey =" flushCache" />
36+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
3737 <!-- Enable Flat Catalog Category -->
3838 <magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 1" />
3939 <!-- Open Index Management Page and Select Index mode "Update by Schedule" -->
5757 <actionGroup ref =" logout" stepKey =" logout" />
5858 </after >
5959 <!-- Select Created Category-->
60+ <magentoCLI command =" indexer:reindex" stepKey =" reindexBeforeFlow" />
6061 <amOnPage url =" {{AdminCategoryPage.url}}" stepKey =" openAdminCategoryIndexPage" />
6162 <waitForPageLoad stepKey =" waitForPageToLoad" />
6263 <click selector =" {{AdminCategorySidebarTreeSection.expandAll}}" stepKey =" clickOnExpandTree" />
You can’t perform that action at this time.
0 commit comments