Skip to content

Commit 83e45ae

Browse files
committed
MC-29335: Missing paid orders and lock wait timeouts in Guest Checkout
1 parent 01ee9ea commit 83e45ae

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
</annotations>
2121

2222
<before>
23-
<!-- Start the consumer -->
24-
<magentoCLI command="queue:consumers:start sales.rule.update.coupon.usage --max-messages=100" stepKey="startMessageQueue"/>
25-
2623
<!-- Enable Zero Subtotal Checkout -->
2724
<magentoCLI command="config:set {{EnableZeroSubtotalCheckoutConfigData.path}} {{EnableZeroSubtotalCheckoutConfigData.value}}" stepKey="enableZeroSubtotalCheckout"/>
2825
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
@@ -50,10 +47,6 @@
5047
<deleteData createDataKey="simpleProduct" stepKey="deleteSimpleProduct"/>
5148
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
5249
</after>
53-
54-
<!-- Start the consumer -->
55-
<magentoCLI command="queue:consumers:start sales.rule.update.coupon.usage --max-messages=100" stepKey="startMessageQueue1"/>
56-
5750
<!--Create new customer order-->
5851
<actionGroup ref="NavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
5952
<argument name="customer" value="$$simpleCustomer$$"/>
@@ -70,7 +63,6 @@
7063

7164
<!-- Start the consumer -->
7265
<magentoCLI command="queue:consumers:start sales.rule.update.coupon.usage --max-messages=100" stepKey="startMessageQueue2"/>
73-
<reloadPage stepKey="refreshPage1"/>
7466

7567
<!--Verify order information-->
7668
<actionGroup ref="VerifyCreatedOrderInformationActionGroup" stepKey="verifyCreatedOrderInformation"/>

0 commit comments

Comments
 (0)