File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
<actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
97
97
<waitForElementVisible selector =" {{CheckoutSuccessMainSection.orderNumber22}}" stepKey =" waitForOrderNumberToBeGrabbed" />
98
98
<actionGroup ref =" StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup" stepKey =" openOrderViewPage" />
99
- <grabFromCurrentUrl regex =" ~/order_id/(\d+)/~" stepKey =" grabOrderId " />
99
+ <grabFromCurrentUrl regex =" ~/order_id/(\d+)/~" stepKey =" grabOrderNumber " />
100
100
<!-- Step11. Go to admin Order page for newly created order-->
101
- <actionGroup ref =" AdminOpenOrderByEntityIdActionGroup" stepKey =" filterOrdersGridById " >
102
- <argument name =" entityId" value =" {$grabOrderId }" />
101
+ <actionGroup ref =" AdminOpenOrderByEntityIdActionGroup" stepKey =" navigateToSalesOrderPage " >
102
+ <argument name =" entityId" value =" {$grabOrderNumber }" />
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