File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 64
64
<!-- Logout-->
65
65
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
66
66
</after >
67
-
68
67
<waitForElementVisible selector =" {{CheckoutSuccessMainSection.orderNumber}}" stepKey =" waitForOrderNumberToBeGrabbed" />
69
68
<grabTextFrom selector =" {{CheckoutSuccessMainSection.orderNumber}}" stepKey =" grabOrderNumber" />
70
69
<!-- Go to order page -->
71
70
<actionGroup ref =" OpenOrderByIdActionGroup" stepKey =" openFirstOrderPage" >
72
71
<argument name =" orderId" value =" {$grabOrderNumber}" />
73
72
</actionGroup >
74
-
75
73
<!-- Submit invoice-->
76
74
<actionGroup ref =" AdminClickInvoiceButtonOrderViewActionGroup" stepKey =" clickInvoiceButton" />
77
75
<!-- Update qty as 1 and assert the status of the order-->
You can’t perform that action at this time.
0 commit comments