Skip to content

Commit cebd3d2

Browse files
committed
MC-36776: Incorrect conversion plane text to HTML
1 parent 321cdc9 commit cebd3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<waitForElementVisible selector="{{PayPalPaymentSection.itemName(productName)}}" stepKey="waitForCartLoad"/>
2020
<seeElement selector="{{PayPalPaymentSection.itemName(productName)}}" stepKey="seeProductName"/>
2121
<scrollTo selector="{{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey="scrollToPayPalSubmitBtn"/>
22+
<waitForElementVisible selector="{{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey="waitPayPalSubmitBtnVisible"
2223
<click selector="{{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey="clickPayPalSubmitBtn"/>
2324
<switchToPreviousTab stepKey="switchToPreviousTab"/>
2425
<waitForPageLoad stepKey="waitForPageLoad"/>

0 commit comments

Comments
 (0)