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