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 f692a93 commit 3696904Copy full SHA for 3696904
app/code/Magento/GroupedProduct/Test/Mftf/Test/UpdateStockStatusGroupedProductTest.xml
@@ -43,7 +43,8 @@
43
<argument name="product" value="$$createFirstSimpleProduct$$"/>
44
</actionGroup>
45
<!--2.Run cron for updating stock status of parent product-->
46
- <magentoCron stepKey="runAllCronJobs"/>
+ <magentoCLI command="cron:run" stepKey="runCron"/>
47
+ <wait time="60" stepKey="waitForChanges"/>
48
<!--3.Check stock status of grouped product. Stock status should be "Out of Stock"-->
49
<actionGroup ref="AssertAdminProductStockStatusActionGroup" stepKey="checkProductOutOfStock">
50
<argument name="productId" value="$$createGroupedProduct.id$$"/>
0 commit comments