File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
<waitForElement selector =" {{CheckoutPaymentSection.paymentSectionTitle}}" stepKey =" waitForPayPalExpressButton" />
68
68
<click selector =" {{CheckoutPaymentSection.PayPalPaymentRadio}}" stepKey =" clickPayPalExpressButton" />
69
69
<!-- Switch to paypal group and click on paypal button-->
70
- <actionGroup ref =" StorefrontSwitchPayPalGroupBtnWithLessTimeoutActionGroup " stepKey =" clickPayPalButtonFromCheckoutPage" />
70
+ <actionGroup ref =" SwitchToPayPalGroupBtnActionGroup " stepKey =" clickPayPalButtonFromCheckoutPage" />
71
71
<!-- Assert invalid address error from checkout page-->
72
72
<actionGroup ref =" StorefrontAssertInvalidAddressErrorActionGroup" stepKey =" assertInvalidAddressErrorFromCheckoutPage" >
73
73
<argument name =" invalidAddressError" value =" {{CheckoutPaymentSection.invalidAddressError}}" />
85
85
<!-- Open Mini Cart -->
86
86
<actionGroup ref =" StorefrontOpenMiniCartActionGroup" stepKey =" openMiniCart" />
87
87
<!-- Click on Paypal paypal button on mini cart page-->
88
- <actionGroup ref =" StorefrontSwitchPayPalGroupBtnWithLessTimeoutActionGroup " stepKey =" clickPayPalBtnFromMiniCart" >
88
+ <actionGroup ref =" SwitchToPayPalGroupBtnActionGroup " stepKey =" clickPayPalBtnFromMiniCart" >
89
89
<argument name =" elementNumber" value =" 1" />
90
90
</actionGroup >
91
91
<!-- Close Mini Cart-->
You can’t perform that action at this time.
0 commit comments