Skip to content

Commit de0eb75

Browse files
committed
magento/partners-magento2b2b#166: Payment on Account for Admin Panel orders - Additional on MFTF changes
1 parent d6572ae commit de0eb75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontVerifyCustomerOrderDataActionGroup.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,12 @@
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"/>

0 commit comments

Comments
 (0)