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 9595 <actionGroup ref =" StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey =" loginToPayPal" />
9696 <actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
9797 <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 -- >
101101 <actionGroup ref =" AdminOpenOrderByEntityIdActionGroup" stepKey =" filterOrdersGridById" >
102- <argument name =" entityId" value =" {$orderId }" />
102+ <argument name =" entityId" value =" {$grabOrderId }" />
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