File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Tax/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 15
15
<title value =" Checking Credit memo Totals" />
16
16
<description value =" Checking Credit memo Totals" />
17
17
<severity value =" MAJOR" />
18
- <testCaseId value =" MC-6159 " />
18
+ <testCaseId value =" MC-25752 " />
19
19
<group value =" tax" />
20
20
<group value =" sales" />
21
21
</annotations >
22
22
<before >
23
23
<!-- Create productTaxClass -->
24
24
<createData entity =" productTaxClass" stepKey =" createProductTaxClass" />
25
25
<!-- Set configs-->
26
- <magentoCLI command =" config:set {{DisableGenerateCategoryProductUrlRewritesConfigData.path}} {{DisableGenerateCategoryProductUrlRewritesConfigData.value}}" stepKey =" disableGenerateUrlRewrite" />
27
26
<magentoCLI command =" config:set {{DefaultProductTaxClass.path}} $createProductTaxClass.return$" stepKey =" setDefaultProductTaxClass" />
28
27
<!-- Create category and product-->
29
28
<createData entity =" _defaultCategory" stepKey =" createCategory" />
42
41
</before >
43
42
<after >
44
43
<!-- Set configs-->
45
- <magentoCLI command =" config:set {{EnableGenerateCategoryProductUrlRewritesConfigData.path}} {{EnableGenerateCategoryProductUrlRewritesConfigData.value}}" stepKey =" enableGenerateUrlRewrite" />
46
44
<magentoCLI command =" config:set {{DefaultProductTaxClass.path}} {{DefaultProductTaxClass.value}}" stepKey =" setDefaultProductTaxClass" />
47
45
<!-- Delete category and product-->
48
46
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
You can’t perform that action at this time.
0 commit comments