Skip to content

Commit f92f742

Browse files
committed
Revert "Fixed automated test coverage"
This reverts commit 498a492.
1 parent 55fda47 commit f92f742

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminAddWidgetToWYSIWYGWithTaxRuleForBundleProductInRecentlyViewedWidgetTest">
11+
<test name="AdminCreateTaxRuleForBundleProductInRecentlyViewedWidgetTest">
1212
<annotations>
13-
<stories value="Create tax rule for grouped product in recently viewed widget"/>
14-
<title value="Create tax rule for grouped product in recently viewed widget"/>
15-
<description value="Create tax rule for grouped product in recently viewed widget"/>
16-
<testCaseId value="AC-6282"/>
13+
<stories value="Create tax rule for bundle product in recently viewed widget"/>
14+
<title value="Create tax rule for bundle product in recently viewed widget"/>
15+
<description value="Create tax rule for bundle product in recently viewed widget"/>
16+
<testCaseId value="AC-6282"/>
1717
<severity value="CRITICAL"/>
18+
<group value="tax"/>
1819
</annotations>
1920
<before>
2021
<createData entity="defaultTaxRate" stepKey="initialTaxRate"/>
@@ -33,6 +34,8 @@
3334
<requiredEntity createDataKey="createGroupedProduct"/>
3435
<requiredEntity createDataKey="createSecondSimpleProduct"/>
3536
</updateData>
37+
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/>
38+
<actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" />
3639
<!-- Create tax rate for TX -->
3740
<createData entity="TaxRateTexas" stepKey="createTaxRateTX"/>
3841
<!-- Create tax rule -->
@@ -45,8 +48,6 @@
4548
<magentoCLI command="cron:run --group=index" stepKey="runCronReindex"/>
4649
<!-- Create customer -->
4750
<createData entity="Simple_US_Customer_With_Different_Billing_Shipping_Addresses" stepKey="createCustomer"/>
48-
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/>
49-
<actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" />
5051
</before>
5152
<after>
5253
<actionGroup ref="AdminDeleteTaxRule" stepKey="deleteTaxRule">

0 commit comments

Comments
 (0)