Skip to content

Commit 6a90751

Browse files
committed
Merge remote-tracking branch 'origin/MC-42143' into 2.4-develop-sidecar-pr19
2 parents cfc82cc + 54d22d1 commit 6a90751

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)