File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 9191 <!-- Click PayPal button and go back to Magento site -->
9292 <actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
9393 <!-- I see order successful Page -->
94- <actionGroup ref =" VerifyCreatedOrderInformationActionGroup" stepKey =" assertOrderSuccess" />
94+ <actionGroup ref =" AssertStorefrontCheckoutSuccessActionGroup" stepKey =" assertOrderSuccess" />
95+ <grabTextFrom selector =" {{CheckoutSuccessMainSection.orderNumber22}}" stepKey =" orderNumber" />
96+ <assertNotEmpty stepKey =" assertOrderIdIsNotEmpty" >
97+ <actualResult type =" const" >$orderNumber</actualResult >
98+ </assertNotEmpty >
9599 </test >
96100</tests >
You can’t perform that action at this time.
0 commit comments