|
8 | 8 |
|
9 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
|
11 |
| - <test name="AdminAddWidgetToWYSIWYGWithTaxRuleForBundleProductInRecentlyViewedWidgetTest"> |
| 11 | + <test name="AdminCreateTaxRuleForBundleProductInRecentlyViewedWidgetTest"> |
12 | 12 | <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"/> |
17 | 17 | <severity value="CRITICAL"/>
|
| 18 | + <group value="tax"/> |
18 | 19 | </annotations>
|
19 | 20 | <before>
|
20 | 21 | <createData entity="defaultTaxRate" stepKey="initialTaxRate"/>
|
|
33 | 34 | <requiredEntity createDataKey="createGroupedProduct"/>
|
34 | 35 | <requiredEntity createDataKey="createSecondSimpleProduct"/>
|
35 | 36 | </updateData>
|
| 37 | + <actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/> |
| 38 | + <actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" /> |
36 | 39 | <!-- Create tax rate for TX -->
|
37 | 40 | <createData entity="TaxRateTexas" stepKey="createTaxRateTX"/>
|
38 | 41 | <!-- Create tax rule -->
|
|
45 | 48 | <magentoCLI command="cron:run --group=index" stepKey="runCronReindex"/>
|
46 | 49 | <!-- Create customer -->
|
47 | 50 | <createData entity="Simple_US_Customer_With_Different_Billing_Shipping_Addresses" stepKey="createCustomer"/>
|
48 |
| - <actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/> |
49 |
| - <actionGroup ref="CliEnableTinyMCEActionGroup" stepKey="enableTinyMCE" /> |
50 | 51 | </before>
|
51 | 52 | <after>
|
52 | 53 | <actionGroup ref="AdminDeleteTaxRule" stepKey="deleteTaxRule">
|
|
0 commit comments