File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 13
13
<description >Verify a customer's order details on the view order page on the storefront</description >
14
14
</annotations >
15
15
<arguments >
16
- <argument name =" orderId" type =" string" />
17
- <argument name =" orderNumber" type =" string" />
18
16
<argument name =" createdDate" type =" string" />
19
17
<argument name =" productName" type =" string" />
20
18
<argument name =" grandTotal" type =" string" />
21
19
<argument name =" orderPlacedBy" type =" string" />
22
20
<argument name =" paymentMethod" type =" string" />
23
21
</arguments >
24
- <amOnPage url =" sales/order/view/order_id/{{orderId}}" stepKey =" goToOrdersPage" />
25
- <waitForText selector =" {{StorefrontCustomerAccountMainSection.pageTitle}}" userInput =" {{orderNumber}}" stepKey =" verifyOrderNo" />
26
22
<waitForText selector =" {{StorefrontCustomerOrderViewSection.paymentMethod}}" userInput =" {{paymentMethod}}" stepKey =" storefrontVerifyPaymentMethod" />
27
23
<waitForText selector =" {{StorefrontCustomerOrderViewSection.createdDate}}" userInput =" {{createdDate}}" stepKey =" storefrontVerifyOrderCreatedDate" />
28
24
<waitForText selector =" {{StorefrontCustomerOrderViewSection.orderPlacedBy}}" userInput =" {{orderPlacedBy}}" stepKey =" storefrontVerifyOrderPlacedBy" />
You can’t perform that action at this time.
0 commit comments