Skip to content

Commit f434a55

Browse files
authored
ACQE-5754 | [AC-6147]Registered Checkout Using PayPal Express Checkout Method and Flat Rate (Payment Action = Sale)
1 parent c058ff7 commit f434a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/Section/PayPalExpressCheckoutConfigSection/PayPalPaymentSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<element name="shipping" type="text" selector="//div[@data-testid='line-item-shipping']//span[contains(text(),'{{shippingAmount}}')]" parameterized="true"/>
3131
<element name="total" type="text" selector="//span[@data-testid='cart-sheet-total']"/>
3232
<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']"/>
3434
<element name="paypalPopupButton1" type="button" selector="//button[text()='Pay with Debit or Credit Card']"/>
3535
<element name="paypalPopupButton2" type="button" selector="//button[text()='Create an Account']"/>
3636
<element name="changeShippingAddressButton" type="button" selector="#change-shipping"/>

0 commit comments

Comments
 (0)