File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/Paypal/Test/Mftf/Section/PayPalExpressCheckoutConfigSection Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2626 <element name =" paypalCart" type =" text" selector =" #transactionCart" />
2727 <element name =" productNamePosition" type =" text" selector =" .itemName" />
2828 <element name =" orderTotalOnPaypalCheckout" type =" text" selector =" //div[@id='cart']//span[contains(text(),'$')]" />
29+ <element name =" subtotal" type =" text" selector =" //div[@data-testid='line-item-subtotal']//span[contains(text(),'{{subtotal}}')]" parameterized =" true" />
30+ <element name =" shipping" type =" text" selector =" //div[@data-testid='line-item-shipping']//span[contains(text(),'{{shippingAmount}}')]" parameterized =" true" />
31+ <element name =" total" type =" text" selector =" //span[@data-testid='cart-sheet-total']" />
2932 <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" />
3034 </section >
3135</sections >
You can’t perform that action at this time.
0 commit comments