We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a73e53 commit 9948da7Copy full SHA for 9948da7
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryAndCheckUrlRewritesTest.xml
@@ -22,6 +22,9 @@
22
<createData entity="FirstLevelSubCat" stepKey="createDefaultCategory">
23
<field key="is_active">true</field>
24
</createData>
25
+ <!-- Perform reindex and flush cache -->
26
+ <magentoCLI command="indexer:reindex" stepKey="reindex"/>
27
+ <magentoCLI command="cache:flush" stepKey="flushCache"/>
28
</before>
29
<after>
30
<deleteData createDataKey="createDefaultCategory" stepKey="deleteCategory"/>
0 commit comments