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 91
91
<!-- Click PayPal button and go back to Magento site -->
92
92
<actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
93
93
<!-- 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 >
95
99
</test >
96
100
</tests >
You can’t perform that action at this time.
0 commit comments