Skip to content

Commit 7517b21

Browse files
provide PR requested changes
1 parent 3852c89 commit 7517b21

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

app/code/Magento/Ui/Test/Mftf/Test/AdminGridFilterRemoveErrorMessageBeforeApplyFilters.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
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+
*/
97
-->
10-
<!-- Test XML #28687 PR -->
8+
119
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1210
<test name="AdminGridFilterRemoveErrorMessageBeforeApplyFilters">
1311
<annotations>
1412
<stories value="Reset Error Messages"/>
1513
<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"/>
1815
<severity value="CRITICAL"/>
19-
<group value="uI"/>
20-
<group value="mtf_migrated"/>
16+
<group value="ui"/>
2117
</annotations>
2218

2319
<before>
24-
<magentoCLI command="config:set system/backup/functionality_enabled 1" stepKey="setEnableBackupToYes"/>
2520
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2621
<createData entity="NewRootCategory" stepKey="rootCategory"/>
2722
<createData entity="defaultSimpleProduct" stepKey="createProduct">
@@ -49,7 +44,6 @@
4944
</actionGroup>
5045
</before>
5146
<after>
52-
<magentoCLI command="config:set system/backup/functionality_enabled 0" stepKey="setEnableBackupToNo"/>
5347
<deleteData stepKey="deleteRootCategory" createDataKey="rootCategory"/>
5448
<deleteData stepKey="deleteProduct" createDataKey="createProduct"/>
5549
<deleteData stepKey="deleteProduct2" createDataKey="createProduct2"/>

0 commit comments

Comments
 (0)