Skip to content

Commit 4d27925

Browse files
Merge branch 'ACQE-8560' into ACQE-functional-deployment-v3-4
2 parents 079cc05 + aab6278 commit 4d27925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontCheckSpecialPriceWithCustomOptionAndTaxTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
<magentoCLI command="config:set shipping/origin/country_id US" stepKey="setOriginCountryToUS"/>
5858

5959
<!-- Display product price excluding tax in shopping cart -->
60-
<magentoCLI command="config:set tax/cart_display/price 0" stepKey="disableShowIncludingTaxInCart"/>
60+
<magentoCLI command="config:set tax/cart_display/price 1" stepKey="disableShowIncludingTaxInCart"/>
6161

6262
<!-- Display product price excluding tax in catalog -->
63-
<magentoCLI command="config:set tax/display/type 0" stepKey="disableShowIncludingTax"/>
63+
<magentoCLI command="config:set tax/display/type 1" stepKey="disableShowIncludingTax"/>
6464

6565
<!-- Set up catalog to store product price excluding tax -->
6666
<magentoCLI command="config:set tax/calculation/price_includes_tax 0" stepKey="disableCatalogIncludingTax"/>

0 commit comments

Comments
 (0)