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 63c4d59 commit 692cd60Copy full SHA for 692cd60
app/code/Magento/Catalog/Test/Mftf/Test/StorefrontRemoveProductFromCompareSidebarTest.xml
@@ -22,6 +22,10 @@
22
<createData entity="SimpleProduct" stepKey="simpleProduct">
23
<requiredEntity createDataKey="defaultCategory"/>
24
</createData>
25
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
26
+ <argument name="indices" value=""/>
27
+ </actionGroup>
28
+ <magentoCLI command="cache:flush" stepKey="cleanCache"/>
29
</before>
30
<after>
31
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
0 commit comments