File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Section/PayPalExpressCheckoutConfigSection Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1313 <element name =" payPalFrame" type =" iframe" selector =" //iframe[contains(@class, 'zoid-component-frame zoid-visible')]" timeout =" 5" />
1414 <element name =" smartButtonPayPalFrame" type =" iframe" selector =" .component-frame" timeout =" 10" />
1515 <element name =" PayPalPaymentRadio" type =" radio" selector =" input#paypal_express.radio" timeout =" 30" />
16- <element name =" PayPalBtn" type =" button " selector =" div .paypal-button.paypal-button-number-0" />
16+ <element name =" PayPalBtn" type =" radio " selector =" .paypal-button.paypal-button-number-0" timeout = " 30 " />
1717 <element name =" ContinuePayPalBtn" type =" radio" selector =" //span[text()='Continue to PayPal']" />
1818 <element name =" PayPalExpressCheckoutPayFlowEdition" type =" radio" selector =" input#payflow_express.radio" />
1919 <element name =" continueButton" type =" button" selector =" //div[@class='payment-method _active']//button[@class='action primary checkout']/span[text()='Continue to PayPal']" />
2727 <element name =" cvv" type =" input" selector =" //input[@id='cvv2_number']" timeout =" 10" />
2828 <element name =" payNowBtn" type =" button" selector =" //input[@id='btn_pay_cc']" timeout =" 10" />
2929 <element name =" invalidAddressError" type =" text" selector =" div.message.message-error.error" timeout =" 5" />
30- <element name =" PayPalBtnLessTimeout" type =" button" selector =" .paypal-button.paypal-button-number-0" timeout =" 3" />
3130 </section >
3231</sections >
You can’t perform that action at this time.
0 commit comments