Skip to content

Commit ab1550b

Browse files
authored
ACQE-6361 | [AC-3995] Customer is notified if address is invalid for PayPal through Checkout flow
1 parent 4769088 commit ab1550b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontNotifyInvalidAddressToCustomerForPayPalCheckoutTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<!-- Open Mini Cart -->
8686
<actionGroup ref="StorefrontOpenMiniCartActionGroup" stepKey="openMiniCart"/>
8787
<!-- Click on Paypal paypal button on mini cart page-->
88-
<actionGroup ref="SwitchToPayPalGroupBtnActionGroup" stepKey="clickPayPalBtnFromMiniCart">
89-
<argument name="elementNumber" value="1"/>
88+
<actionGroup ref="StorefrontClickPayPalButtonActionGroup" stepKey="clickPayPalBtn">
89+
<argument name="selector" value="{{SmartButtonsCartSection.ButtonsIframe}}"/>
9090
</actionGroup>
9191
<!--Close Mini Cart-->
9292
<click selector="{{StorefrontMinicartSection.minicartclose}}" stepKey="closeMiniCart"/>

0 commit comments

Comments
 (0)