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 686c4f7 commit 038576eCopy full SHA for 038576e
app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontAddBundleProductWithOptionToWishlistTest.xml
@@ -42,7 +42,9 @@
42
<requiredEntity createDataKey="createBundleOption"/>
43
<requiredEntity createDataKey="simpleProduct2"/>
44
</createData>
45
- <magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
46
+ <argument name="indices" value="cataloginventory_stock catalog_product_price"/>
47
+ </actionGroup>
48
</before>
49
<after>
50
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
0 commit comments