Skip to content

Commit 1d5f4e4

Browse files
ACQE-8560: [MFTF TESTS] StorefrontDeleteSimpleAndVirtualProductFromMiniShoppingCartTest
- Used AG to revert price display setting instead of CLI command.
1 parent 3026734 commit 1d5f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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+
<actionGroup ref="AdminResetPriceDisplaySettingsActionGroup" stepKey="resetPriceDisplaySettings"/>
6161

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

0 commit comments

Comments
 (0)