Skip to content

Commit 54d22d1

Browse files
committed
MC-42143: [MFTF] StorefrontUpdateWishlistTest fails because of bad design
1 parent ee9cd39 commit 54d22d1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@
2626
<createData entity="Simple_US_Customer" stepKey="customer"/>
2727
</before>
2828

29-
<comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/>
30-
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
29+
<!-- Perform reindex and flush cache -->
30+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
31+
<argument name="indices" value=""/>
32+
</actionGroup>
33+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
34+
<argument name="tags" value=""/>
35+
</actionGroup>
3136

3237
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginToStorefrontAccount">
3338
<argument name="Customer" value="$$customer$$"/>

0 commit comments

Comments
 (0)