File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 68
68
<actionGroup ref =" AdminSelectFlatRateShippingMethodActionGroup" stepKey =" selectFlatRateShippingMethod" />
69
69
<actionGroup ref =" AdminOrderClickSubmitOrderActionGroup" stepKey =" submitOrder" />
70
70
71
+ <!-- Start the consumer -->
72
+ <magentoCLI command =" queue:consumers:start sales.rule.update.coupon.usage --max-messages=100" stepKey =" startMessageQueue2" />
73
+ <reloadPage stepKey =" refreshPage" />
74
+
71
75
<!-- Verify order information-->
72
76
<actionGroup ref =" VerifyCreatedOrderInformationActionGroup" stepKey =" verifyCreatedOrderInformation" />
77
+ <reloadPage stepKey =" refreshPage" />
73
78
<grabTextFrom selector =" |Order # (\d+)|" stepKey =" orderId" />
74
79
75
- <!-- Start the consumer -->
76
- <magentoCLI command =" queue:consumers:start sales.rule.update.coupon.usage --max-messages=100" stepKey =" startMessageQueue2" />
77
-
78
80
<!-- Cancel the Order -->
79
81
<actionGroup ref =" CancelPendingOrderActionGroup" stepKey =" cancelPendingOrder" />
80
82
You can’t perform that action at this time.
0 commit comments