Skip to content

Commit 0fd1c4d

Browse files
committed
Fix failing test
1 parent eac9276 commit 0fd1c4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontDeleteBundleFixedProductFromWishlistTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
<requiredEntity createDataKey="createBundleOption1_1"/>
4646
<requiredEntity createDataKey="simpleProduct2"/>
4747
</createData>
48-
<magentoCron stepKey="reindex" groups="index"/>
48+
<magentoCLI stepKey="reindex" command="indexer:reindex"/>
49+
<magentoCLI stepKey="flushCache" command="cache:flush"/>
4950
</before>
5051
<after>
5152
<!-- Delete data -->

0 commit comments

Comments
 (0)