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 9696 <actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
9797 <waitForElementVisible selector =" {{CheckoutSuccessMainSection.orderNumber22}}" stepKey =" waitForOrderNumberToBeGrabbed" />
9898 <actionGroup ref =" StorefrontClickOrderLinkFromCheckoutSuccessPageActionGroup" stepKey =" openOrderViewPage" />
99- <grabFromCurrentUrl regex =" ~/order_id/(\d+)/~" stepKey =" grabOrderId " />
99+ <grabFromCurrentUrl regex =" ~/order_id/(\d+)/~" stepKey =" grabOrderNumber " />
100100 <!-- 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 }" />
103103 </actionGroup >
104104 <!-- Verify Success Message-->
105105 <waitForText userInput =" The order was placed using HKD" stepKey =" successMessageIsBeingDisplayed" />
You can’t perform that action at this time.
0 commit comments