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.
2 parents b1d1217 + 32fb4d3 commit 0bf0c9fCopy full SHA for 0bf0c9f
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