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 1313 <description >Verify a customer's order details on the view order page on the storefront</description >
1414 </annotations >
1515 <arguments >
16- <argument name =" orderId" type =" string" />
17- <argument name =" orderNumber" type =" string" />
1816 <argument name =" createdDate" type =" string" />
1917 <argument name =" productName" type =" string" />
2018 <argument name =" grandTotal" type =" string" />
2119 <argument name =" orderPlacedBy" type =" string" />
2220 <argument name =" paymentMethod" type =" string" />
2321 </arguments >
24- <amOnPage url =" sales/order/view/order_id/{{orderId}}" stepKey =" goToOrdersPage" />
25- <waitForText selector =" {{StorefrontCustomerAccountMainSection.pageTitle}}" userInput =" {{orderNumber}}" stepKey =" verifyOrderNo" />
2622 <waitForText selector =" {{StorefrontCustomerOrderViewSection.paymentMethod}}" userInput =" {{paymentMethod}}" stepKey =" storefrontVerifyPaymentMethod" />
2723 <waitForText selector =" {{StorefrontCustomerOrderViewSection.createdDate}}" userInput =" {{createdDate}}" stepKey =" storefrontVerifyOrderCreatedDate" />
2824 <waitForText selector =" {{StorefrontCustomerOrderViewSection.orderPlacedBy}}" userInput =" {{orderPlacedBy}}" stepKey =" storefrontVerifyOrderPlacedBy" />
You can’t perform that action at this time.
0 commit comments