File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 16
16
<description value =" Should be able to place an order as a customer." />
17
17
<severity value =" CRITICAL" />
18
18
<testCaseId value =" MC-30406" />
19
- <useCaseId value =" MC-30405" />
20
19
<group value =" checkout" />
21
20
</annotations >
22
21
<before >
64
63
65
64
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
66
65
67
- <actionGroup ref =" AdminOrderFilterByOrderIdAndStatusActionGroup " stepKey =" addFilterToOrderGrid " >
66
+ <actionGroup ref =" OpenOrderByIdActionGroup " stepKey =" addFilterToGridAndOpenOrder " >
68
67
<argument name =" orderId" value =" {$orderNumber}" />
69
- <argument name =" orderStatus" value =" pending" />
70
68
</actionGroup >
71
69
72
- <click selector =" {{AdminOrdersGridSection.firstRow}}" stepKey =" clickFirstOrder" />
73
- <waitForPageLoad stepKey =" waitForOrderToLoad" />
74
70
<see selector =" {{AdminOrderDetailsInformationSection.orderStatus}}" userInput =" Pending" stepKey =" verifyOrderStatus" />
75
71
<see selector =" {{AdminOrderDetailsInformationSection.accountInformation}}" userInput =" Customer" stepKey =" verifyAccountInformation" />
76
72
<see selector =" {{AdminOrderDetailsInformationSection.accountInformation}}" userInput =" $$createCustomer.email$$" stepKey =" verifyCustomerEmail" />
83
79
</actionGroup >
84
80
85
81
<click selector =" {{AdminEditCustomerInformationSection.orders}}" stepKey =" navigateToOrdersTab" />
82
+ <waitForPageLoad stepKey =" waitForOrdersTabLoad" />
86
83
<see selector =" {{AdminEditCustomerOrdersSection.orderGrid}}" userInput =" $$createCustomer.firstname$$ $$createCustomer.lastname$$" stepKey =" verifyOrder" />
87
84
</test >
88
85
</tests >
You can’t perform that action at this time.
0 commit comments