Skip to content

Commit 038576e

Browse files
set actionGroup instead of CLI
1 parent 686c4f7 commit 038576e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
<requiredEntity createDataKey="createBundleOption"/>
4343
<requiredEntity createDataKey="simpleProduct2"/>
4444
</createData>
45-
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
45+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
46+
<argument name="indices" value="cataloginventory_stock catalog_product_price"/>
47+
</actionGroup>
4648
</before>
4749
<after>
4850
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>

0 commit comments

Comments
 (0)