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 dd7403c commit c188e03Copy full SHA for c188e03
app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontShareWishlistEntityTest.xml
@@ -26,6 +26,10 @@
26
<requiredEntity createDataKey="category"/>
27
</createData>
28
<createData entity="Simple_US_Customer" stepKey="customer"/>
29
+
30
+ <!-- Perform reindex and flush cache -->
31
+ <magentoCLI command="indexer:reindex" stepKey="reindex"/>
32
+ <magentoCLI command="cache:flush" stepKey="flushCache"/>
33
</before>
34
<after>
35
<deleteData createDataKey="category" stepKey="deleteCategory"/>
0 commit comments