Skip to content

Commit 3f16cfa

Browse files
ACQE-6444:Product Price with tax calculation displays on Paypal Pay Later message in Product page
Added cleanCache and reindexing after changing settings
1 parent 9ded95f commit 3f16cfa

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
@@ -65,6 +65,12 @@
6565
<closeTab stepKey="closeCurrentTab"/>
6666
<!-- Set up catalog to store product price including tax -->
6767
<magentoCLI command="config:set tax/calculation/price_includes_tax 1" stepKey="enableCatalogIncludingTax"/>
68+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexAgain">
69+
<argument name="indices" value=""/>
70+
</actionGroup>
71+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanCache">
72+
<argument name="tags" value=""/>
73+
</actionGroup>
6874
<!-- Go to StoreFront -->
6975
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFrontAgain"/>
7076
<!-- Empty the cart -->

0 commit comments

Comments
 (0)