File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 16
16
<severity value =" CRITICAL" />
17
17
<testCaseId value =" AC-15016" />
18
18
<useCaseId value =" ACP2E-4001" />
19
- <!-- <group value="3rd_party_integration"/>
19
+ <group value =" 3rd_party_integration" />
20
20
<group value =" paypalExpress" />
21
21
<group value =" pr_exclude" />
22
- -->
23
22
</annotations >
24
23
<before >
25
24
<!-- Simple product is created -->
58
57
<!-- Click on PayPal payment radio button -->
59
58
<waitForElementClickable selector =" {{CheckoutPaymentSection.PayPalPaymentRadio}}" stepKey =" waitForPayPalRadioButton" />
60
59
<click selector =" {{CheckoutPaymentSection.PayPalPaymentRadio}}" stepKey =" selectPaypalPayment" />
61
- <!-- <actionGroup ref="SwitchToPayPalGroupBtnActionGroup" stepKey="clickPayPalBtn"/>
62
- -->
60
+ <actionGroup ref =" SwitchToPayPalGroupBtnActionGroup" stepKey =" clickPayPalBtn" />
63
61
<!-- Login to Paypal in-context and verify order total on paypal page-->
64
- <!-- <actionGroup ref="StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey="loginToPayPal"/>
62
+ <actionGroup ref =" StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey =" loginToPayPal" />
65
63
<actionGroup ref =" StorefrontPaypalSwitchBackToMagentoFromCheckoutPageActionGroup" stepKey =" confirmPaymentAndGoBackToMagento" />
66
- -->
67
64
<!-- I see order successful Page -->
68
65
<waitForElementVisible selector =" {{CheckoutSuccessMainSection.orderNumber}}" stepKey =" waitForOrderNumberToBeGrabbed" />
69
66
<grabTextFrom selector =" {{CheckoutSuccessMainSection.orderNumber}}" stepKey =" grabOrderNumber" />
You can’t perform that action at this time.
0 commit comments