File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Section/PayPalExpressCheckoutConfigSection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
<element name =" payPalFrame" type =" iframe" selector =" //iframe[contains(@class, 'zoid-component-frame zoid-visible')]" timeout =" 5" />
14
14
<element name =" smartButtonPayPalFrame" type =" iframe" selector =" .component-frame" timeout =" 10" />
15
15
<element name =" PayPalPaymentRadio" type =" radio" selector =" input#paypal_express.radio" timeout =" 30" />
16
- <element name =" PayPalBtn" type =" radio" selector =" .paypal-button.paypal-button-number-0" />
16
+ <element name =" PayPalBtn" type =" radio" selector =" .paypal-button-container .paypal-button-row .paypal-button .paypal-button-number-0" />
17
17
<element name =" ContinuePayPalBtn" type =" radio" selector =" //span[text()='Continue to PayPal']" />
18
18
<element name =" PayPalExpressCheckoutPayFlowEdition" type =" radio" selector =" input#payflow_express.radio" />
19
19
<element name =" continueButton" type =" button" selector =" //div[@class='payment-method _active']//button[@class='action primary checkout']/span[text()='Continue to PayPal']" />
You can’t perform that action at this time.
0 commit comments