Skip to content

Commit 9fba225

Browse files
committed
MQE-1424: Stabilize mtf-eol branch
1 parent 66e1232 commit 9fba225

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,16 @@
4242
<magentoCLI command="cron:run" stepKey="runCron2"/>
4343
</before>
4444
<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" />
4548
<deleteData stepKey="deleteCategory" createDataKey="createCategory" />
4649
<actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreViewEn">
4750
<argument name="customStore" value="customStoreEN"/>
4851
</actionGroup>
4952
<actionGroup ref="AdminDeleteStoreViewActionGroup" stepKey="deleteStoreViewFr">
5053
<argument name="customStore" value="customStoreFR"/>
5154
</actionGroup>
52-
<magentoCLI stepKey="setFlatCatalogCategory" command="config:set catalog/frontend/flat_catalog_category 0 "/>
5355
<actionGroup ref="logout" stepKey="logout"/>
5456
</after>
5557
<!-- Select Created Category-->

0 commit comments

Comments
 (0)