Skip to content

Commit 8e53431

Browse files
committed
MQE-1424: Stabilize mtf-eol branch
1 parent 705dc9b commit 8e53431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateFlatCategoryAndAddProductsTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
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" -->
@@ -57,6 +57,7 @@
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"/>

0 commit comments

Comments
 (0)