Skip to content

Commit b77d229

Browse files
committed
MC-29335: Missing paid orders and lock wait timeouts in Guest Checkout
1 parent 396ab4d commit b77d229

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/SalesRule/Test/Mftf/Test/StorefrontAutoGeneratedCouponCodeTest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,15 @@
5858
<see selector="{{AdminCartPriceRulesFormSection.successMessage}}" userInput="Message is added to queue, wait to get your coupons soon"
5959
stepKey="seeSuccessMessage"/>
6060

61-
<!-- Start message queue for export consumer -->
61+
<!-- Start message queue for export consumer and coupon processing -->
6262
<actionGroup ref="CliConsumerStartActionGroup" stepKey="startMessageQueue">
6363
<argument name="consumerName" value="{{AdminCodeGeneratorMessageConsumerData.consumerName}}"/>
6464
<argument name="maxMessages" value="{{AdminCodeGeneratorMessageConsumerData.messageLimit}}"/>
6565
</actionGroup>
66+
<actionGroup ref="CliConsumerStartActionGroup" stepKey="startSalesRuleMessageQueue">
67+
<argument name="consumerName" value="{{SalesRuleConsumerData.consumerName}}"/>
68+
<argument name="maxMessages" value="{{SalesRuleConsumerData.messageLimit}}"/>
69+
</actionGroup>
6670
<actionGroup ref="ReloadPageActionGroup" stepKey="refreshPage"/>
6771
<comment userInput="Replacing reload action and preserve Backward Compatibility" stepKey="waitFormToReload1"/>
6872
<conditionalClick selector="{{AdminCartPriceRulesFormSection.manageCouponCodesHeader}}"

0 commit comments

Comments
 (0)