Skip to content

Commit 030172a

Browse files
committed
MC-24168: Fix Skipped MFTF Tests From MC-17140: MAGETWO-95175, MAGETWO-97001, MAGETWO-98189
1 parent 0b08940 commit 030172a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Tax/Test/Mftf/Test/AdminCheckCreditMemoTotalsTest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
<title value="Checking Credit memo Totals"/>
1616
<description value="Checking Credit memo Totals"/>
1717
<severity value="MAJOR"/>
18-
<testCaseId value="MC-6159"/>
18+
<testCaseId value="MC-25752"/>
1919
<group value="tax"/>
2020
<group value="sales"/>
2121
</annotations>
2222
<before>
2323
<!-- Create productTaxClass -->
2424
<createData entity="productTaxClass" stepKey="createProductTaxClass"/>
2525
<!--Set configs-->
26-
<magentoCLI command="config:set {{DisableGenerateCategoryProductUrlRewritesConfigData.path}} {{DisableGenerateCategoryProductUrlRewritesConfigData.value}}" stepKey="disableGenerateUrlRewrite"/>
2726
<magentoCLI command="config:set {{DefaultProductTaxClass.path}} $createProductTaxClass.return$" stepKey="setDefaultProductTaxClass"/>
2827
<!--Create category and product-->
2928
<createData entity="_defaultCategory" stepKey="createCategory"/>
@@ -42,7 +41,6 @@
4241
</before>
4342
<after>
4443
<!--Set configs-->
45-
<magentoCLI command="config:set {{EnableGenerateCategoryProductUrlRewritesConfigData.path}} {{EnableGenerateCategoryProductUrlRewritesConfigData.value}}" stepKey="enableGenerateUrlRewrite"/>
4644
<magentoCLI command="config:set {{DefaultProductTaxClass.path}} {{DefaultProductTaxClass.value}}" stepKey="setDefaultProductTaxClass"/>
4745
<!--Delete category and product-->
4846
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

0 commit comments

Comments
 (0)