We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52828bd + cebd3d2 commit 37bb4b4Copy full SHA for 37bb4b4
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontPayOrderOnPayPalCheckoutActionGroup.xml
@@ -19,6 +19,7 @@
19
<waitForElementVisible selector="{{PayPalPaymentSection.itemName(productName)}}" stepKey="waitForCartLoad"/>
20
<seeElement selector="{{PayPalPaymentSection.itemName(productName)}}" stepKey="seeProductName"/>
21
<scrollTo selector="{{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey="scrollToPayPalSubmitBtn"/>
22
+ <waitForElementVisible selector="{{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey="waitPayPalSubmitBtnVisible"
23
<click selector="{{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey="clickPayPalSubmitBtn"/>
24
<switchToPreviousTab stepKey="switchToPreviousTab"/>
25
<waitForPageLoad stepKey="waitForPageLoad"/>
0 commit comments