Skip to content

Commit 498a492

Browse files
committed
Fixed automated test coverage
1 parent 579472e commit 498a492

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRuleForBundleProductInRecentlyViewedWidgetTest.xml renamed to app/code/Magento/Cms/Test/Mftf/Test/AdminAddWidgetToWYSIWYGWithTaxRuleForBundleProductInRecentlyViewedWidgetTest.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
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="AdminCreateTaxRuleForBundleProductInRecentlyViewedWidgetTest">
11+
<test name="AdminAddWidgetToWYSIWYGWithTaxRuleForBundleProductInRecentlyViewedWidgetTest">
1212
<annotations>
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"/>
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"/>
1717
<severity value="CRITICAL"/>
18-
<group value="tax"/>
1918
</annotations>
2019
<before>
2120
<createData entity="defaultTaxRate" stepKey="initialTaxRate"/>
@@ -34,8 +33,6 @@
3433
<requiredEntity createDataKey="createGroupedProduct"/>
3534
<requiredEntity createDataKey="createSecondSimpleProduct"/>
3635
</updateData>
37-
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/>
38-
<actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" />
3936
<!-- Create tax rate for TX -->
4037
<createData entity="TaxRateTexas" stepKey="createTaxRateTX"/>
4138
<!-- Create tax rule -->
@@ -48,6 +45,8 @@
4845
<magentoCLI command="cron:run --group=index" stepKey="runCronReindex"/>
4946
<!-- Create customer -->
5047
<createData entity="Simple_US_Customer_With_Different_Billing_Shipping_Addresses" stepKey="createCustomer"/>
48+
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/>
49+
<actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" />
5150
</before>
5251
<after>
5352
<actionGroup ref="AdminDeleteTaxRule" stepKey="deleteTaxRule">

0 commit comments

Comments
 (0)