Skip to content

Commit ff38411

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/SwitchToPayPalGroupBtnActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<!--set ID for iframe of PayPal group button-->
1919
<executeJS function="document.getElementsByClassName('component-frame')[{{elementNumber}}].setAttribute('name', '{{frameName}}');" stepKey="setIDForIframe"/>
2020
<!--switch to iframe of PayPal group button-->
21+
<switchToIFrame userInput="myFrame" stepKey="switchToIframe"/>
2122
<waitForElementClickable selector="{{CheckoutPaymentSection.PayPalBtn}}" stepKey="waitForPayPalBtn"/>
2223
<click selector="{{CheckoutPaymentSection.PayPalBtn}}" stepKey="clickPayPalBtn"/>
2324
<switchToIFrame stepKey="switchBackToMainFrame"/>

0 commit comments

Comments
 (0)