File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
<actionGroup ref =" StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey =" loginToPayPal" />
96
96
<actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
97
97
<waitForElementVisible selector =" {{CheckoutSuccessMainSection.orderNumber22}}" stepKey =" waitForOrderNumberToBeGrabbed" />
98
- <grabTextFrom selector = " {{CheckoutSuccessMainSection.orderNumber22}} " stepKey =" grabOrderNumber " />
99
- <grabFromCurrentUrl regex =" ~/order_id/(\d+)/~" stepKey =" orderId " />
100
- <actionGroup ref = " AdminOrdersPageOpenActionGroup " stepKey = " navigateToSalesOrderPage " / >
98
+ <actionGroup ref = " StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup " stepKey =" openOrderViewPage " />
99
+ <grabFromCurrentUrl regex =" ~/order_id/(\d+)/~" stepKey =" grabOrderId " />
100
+ <!-- Step11. Go to admin Order page for newly created order -- >
101
101
<actionGroup ref =" AdminOpenOrderByEntityIdActionGroup" stepKey =" filterOrdersGridById" >
102
- <argument name =" entityId" value =" {$orderId }" />
102
+ <argument name =" entityId" value =" {$grabOrderId }" />
103
103
</actionGroup >
104
104
<!-- Verify Success Message-->
105
105
<waitForText userInput =" The order was placed using HKD" stepKey =" successMessageIsBeingDisplayed" />
You can’t perform that action at this time.
0 commit comments