File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
<waitForElementVisible selector =" {{PayPalPaymentSection.itemName(productName)}}" stepKey =" waitForCartLoad" />
20
20
<seeElement selector =" {{PayPalPaymentSection.itemName(productName)}}" stepKey =" seeProductName" />
21
21
<scrollTo selector =" {{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey =" scrollToPayPalSubmitBtn" />
22
- <waitForElementVisible selector =" {{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey =" waitPayPalSubmitBtnVisible"
22
+ <waitForElementVisible selector =" {{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey =" waitPayPalSubmitBtnVisible" />
23
23
<click selector =" {{PayPalPaymentSection.PayPalSubmitBtn}}" stepKey =" clickPayPalSubmitBtn" />
24
24
<switchToPreviousTab stepKey =" switchToPreviousTab" />
25
25
<waitForPageLoad stepKey =" waitForPageLoad" />
You can’t perform that action at this time.
0 commit comments