|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | /** |
4 | | - * Copyright (©) 2020 Pinpoint Designs LTD. All right's reserved. |
5 | | - * |
6 | | - * Author: abdarrahman.abouzaid@gmail.com |
7 | | - * Website: http://www.pinpointdesigns.co.uk |
8 | | - */ |
| 4 | + * Copyright © Magento, Inc. All rights reserved. |
| 5 | + * See COPYING.txt for license details. |
| 6 | + */ |
9 | 7 | --> |
10 | | -<!-- Test XML #28687 PR --> |
| 8 | + |
11 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
12 | 10 | <test name="AdminGridFilterRemoveErrorMessageBeforeApplyFilters"> |
13 | 11 | <annotations> |
14 | 12 | <stories value="Reset Error Messages"/> |
15 | 13 | <title value="Remove Error Message Before Apply Filters"/> |
16 | | - <description value="Test log in to uI and Remove Error Message Before Apply Filters"/> |
17 | | - <testCaseId value="MC-142721"/> |
| 14 | + <description value="Test login to Admin UI and Remove Error Message Before Apply Filters"/> |
18 | 15 | <severity value="CRITICAL"/> |
19 | | - <group value="uI"/> |
20 | | - <group value="mtf_migrated"/> |
| 16 | + <group value="ui"/> |
21 | 17 | </annotations> |
22 | 18 |
|
23 | 19 | <before> |
24 | | - <magentoCLI command="config:set system/backup/functionality_enabled 1" stepKey="setEnableBackupToYes"/> |
25 | 20 | <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/> |
26 | 21 | <createData entity="NewRootCategory" stepKey="rootCategory"/> |
27 | 22 | <createData entity="defaultSimpleProduct" stepKey="createProduct"> |
|
49 | 44 | </actionGroup> |
50 | 45 | </before> |
51 | 46 | <after> |
52 | | - <magentoCLI command="config:set system/backup/functionality_enabled 0" stepKey="setEnableBackupToNo"/> |
53 | 47 | <deleteData stepKey="deleteRootCategory" createDataKey="rootCategory"/> |
54 | 48 | <deleteData stepKey="deleteProduct" createDataKey="createProduct"/> |
55 | 49 | <deleteData stepKey="deleteProduct2" createDataKey="createProduct2"/> |
|
0 commit comments