Skip to content

Commit 00c3e46

Browse files
ACQE-6444:Product Price with tax calculation displays on Paypal Pay Later message in Product page
Adding CacheFlush before verifying asserting product price
1 parent dc6da97 commit 00c3e46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,14 @@
8383
<argument name="product" value="$$createProduct$$"/>
8484
<argument name="quantity" value="1"/>
8585
</actionGroup>
86+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanCache">
87+
<argument name="tags" value=""/>
88+
</actionGroup>
8689
<!-- Open mini cart from product page and verify price -->
8790
<actionGroup ref="StorefrontOpenMiniCartActionGroup" stepKey="openMiniShoppingCartAgain"/>
91+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanCache">
92+
<argument name="tags" value=""/>
93+
</actionGroup>
8894
<actionGroup ref="AssertStorefrontMiniCartSubtotalActionGroup" stepKey="assertSubtotal">
8995
<argument name="subtotal" value="$92.38"/>
9096
</actionGroup>

0 commit comments

Comments
 (0)