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 30
30
<element name =" shipping" type =" text" selector =" //div[@data-testid='line-item-shipping']//span[contains(text(),'{{shippingAmount}}')]" parameterized =" true" />
31
31
<element name =" total" type =" text" selector =" //span[@data-testid='cart-sheet-total']" />
32
32
<element name =" shippingAddress" type =" text" selector =" //div[@data-testid='shipping-address']/p[@data-testid='ship-to-address']" />
33
- <element name =" close" type =" button" selector =" //button[@class='InterstitialHeader_closeBtn_36m7m']//span " />
33
+ <element name =" close" type =" button" selector =" //button[@aria-label='Close'] " />
34
34
<element name =" paypalPopupButton1" type =" button" selector =" //button[text()='Pay with Debit or Credit Card']" />
35
35
<element name =" paypalPopupButton2" type =" button" selector =" //button[text()='Create an Account']" />
36
36
<element name =" changeShippingAddressButton" type =" button" selector =" #change-shipping" />
You can’t perform that action at this time.
0 commit comments