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 393ef91 commit 32fb4d3Copy full SHA for 32fb4d3
app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest.xml
@@ -308,6 +308,10 @@
308
<createData entity="_defaultProduct" stepKey="createSimpleProduct">
309
<requiredEntity createDataKey="createCategory"/>
310
</createData>
311
+
312
+ <!-- Perform reindex and flush cache -->
313
+ <magentoCLI command="indexer:reindex" stepKey="reindex"/>
314
+ <magentoCLI command="cache:flush" stepKey="flushCache"/>
315
</before>
316
<after>
317
<deleteData stepKey="deleteProduct" createDataKey="createSimpleProduct"/>
0 commit comments