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 26
26
<element name =" paypalCart" type =" text" selector =" #transactionCart" />
27
27
<element name =" productNamePosition" type =" text" selector =" .itemName" />
28
28
<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']" />
29
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" />
30
34
</section >
31
35
</sections >
You can’t perform that action at this time.
0 commit comments