File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/code/Magento/GroupedProduct/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 57
57
<argument name =" attributes" value =" UpdateAttributeQtyAndStockToInStock" />
58
58
<argument name =" product" value =" $$createFirstSimpleProduct$$" />
59
59
</actionGroup >
60
- <!-- 5.Check stock status of grouped product. Stock status should be "In Stock"-->
60
+ <!-- 5.Run cron for start consumer -->
61
+ <actionGroup ref =" CliConsumerStartActionGroup" stepKey =" startMessageQueueSecond" >
62
+ <argument name =" consumerName" value =" {{AdminInventoryMassUpdateConsumerData.consumerName}}" />
63
+ <argument name =" maxMessages" value =" {{AdminInventoryMassUpdateConsumerData.messageLimit}}" />
64
+ </actionGroup >
65
+ <!-- 6.Check stock status of grouped product. Stock status should be "In Stock"-->
61
66
<actionGroup ref =" AssertAdminProductStockStatusActionGroup" stepKey =" checkProductInStock" >
62
67
<argument name =" productId" value =" $$createGroupedProduct.id$$" />
63
68
<argument name =" stockStatus" value =" In Stock" />
You can’t perform that action at this time.
0 commit comments