Skip to content

Commit dc6da97

Browse files
ACQE-6444:Product Price with tax calculation displays on Paypal Pay Later message in Product page
Verify product price after tax setting changes
1 parent 3f16cfa commit dc6da97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontProductPriceWithTaxDisplayedInPayPalPayLaterMessageTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@
8383
<argument name="product" value="$$createProduct$$"/>
8484
<argument name="quantity" value="1"/>
8585
</actionGroup>
86-
<!-- Open mini cart from product page -->
86+
<!-- Open mini cart from product page and verify price -->
8787
<actionGroup ref="StorefrontOpenMiniCartActionGroup" stepKey="openMiniShoppingCartAgain"/>
88+
<actionGroup ref="AssertStorefrontMiniCartSubtotalActionGroup" stepKey="assertSubtotal">
89+
<argument name="subtotal" value="$92.38"/>
90+
</actionGroup>
8891
<!--Click Paypal button-->
8992
<actionGroup ref="SwitchToPayPalGroupBtnActionGroup" stepKey="clickPayPalBtnAgain"/>
9093
<!--Scroll down to paypal pay later option and verify message-->

0 commit comments

Comments
 (0)