Skip to content

Commit e39d6e9

Browse files
committed
MC-29335: Missing paid orders and lock wait timeouts in Guest Checkout
1 parent 2ffaa30 commit e39d6e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCancelTheCreatedOrderWithZeroSubtotalCheckoutTest.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@
6868
<actionGroup ref="AdminSelectFlatRateShippingMethodActionGroup" stepKey="selectFlatRateShippingMethod"/>
6969
<actionGroup ref="AdminOrderClickSubmitOrderActionGroup" stepKey="submitOrder" />
7070

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+
7175
<!--Verify order information-->
7276
<actionGroup ref="VerifyCreatedOrderInformationActionGroup" stepKey="verifyCreatedOrderInformation"/>
77+
<reloadPage stepKey="refreshPage"/>
7378
<grabTextFrom selector="|Order # (\d+)|" stepKey="orderId"/>
7479

75-
<!-- Start the consumer -->
76-
<magentoCLI command="queue:consumers:start sales.rule.update.coupon.usage --max-messages=100" stepKey="startMessageQueue2"/>
77-
7880
<!-- Cancel the Order -->
7981
<actionGroup ref="CancelPendingOrderActionGroup" stepKey="cancelPendingOrder"/>
8082

0 commit comments

Comments
 (0)