Skip to content

Commit 4b442d8

Browse files
committed
ACQE-5754 : Create Order User PayPalExpress Checkout With Payment Action Is Sale
paypal expreess checkout with flatrate shipping
1 parent 920162c commit 4b442d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
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>

0 commit comments

Comments
 (0)