Skip to content

Commit f6cb611

Browse files
committed
MC-30405: [2.3] Test StorefrontCustomerCheckoutTest fails on Jenkins
1 parent 944795e commit f6cb611

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontCustomerCheckoutProcessTest.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<description value="Should be able to place an order as a customer."/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-30406"/>
19-
<useCaseId value="MC-30405"/>
2019
<group value="checkout"/>
2120
</annotations>
2221
<before>
@@ -64,13 +63,10 @@
6463

6564
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
6665

67-
<actionGroup ref="AdminOrderFilterByOrderIdAndStatusActionGroup" stepKey="addFilterToOrderGrid">
66+
<actionGroup ref="OpenOrderByIdActionGroup" stepKey="addFilterToGridAndOpenOrder">
6867
<argument name="orderId" value="{$orderNumber}"/>
69-
<argument name="orderStatus" value="pending"/>
7068
</actionGroup>
7169

72-
<click selector="{{AdminOrdersGridSection.firstRow}}" stepKey="clickFirstOrder"/>
73-
<waitForPageLoad stepKey="waitForOrderToLoad"/>
7470
<see selector="{{AdminOrderDetailsInformationSection.orderStatus}}" userInput="Pending" stepKey="verifyOrderStatus"/>
7571
<see selector="{{AdminOrderDetailsInformationSection.accountInformation}}" userInput="Customer" stepKey="verifyAccountInformation"/>
7672
<see selector="{{AdminOrderDetailsInformationSection.accountInformation}}" userInput="$$createCustomer.email$$" stepKey="verifyCustomerEmail"/>
@@ -83,6 +79,7 @@
8379
</actionGroup>
8480

8581
<click selector="{{AdminEditCustomerInformationSection.orders}}" stepKey="navigateToOrdersTab"/>
82+
<waitForPageLoad stepKey="waitForOrdersTabLoad"/>
8683
<see selector="{{AdminEditCustomerOrdersSection.orderGrid}}" userInput="$$createCustomer.firstname$$ $$createCustomer.lastname$$" stepKey="verifyOrder"/>
8784
</test>
8885
</tests>

0 commit comments

Comments
 (0)