-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fac5f7
commit 3852c89
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
* Copyright (©) 2020 Pinpoint Designs LTD. All right's reserved. | ||
* | ||
* Author: [email protected] | ||
* Website: http://www.pinpointdesigns.co.uk | ||
*/ | ||
--> | ||
<!-- Test XML Example --> | ||
<!-- Test XML #28687 PR --> | ||
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> | ||
<test name="AdminGridFilterRemoveErrorMessageBeforeApplyFilters"> | ||
<annotations> | ||
|
@@ -28,7 +30,6 @@ | |
<createData entity="defaultSimpleProduct" stepKey="createProduct2"> | ||
<requiredEntity createDataKey="rootCategory" /> | ||
</createData> | ||
<!-- <createData entity="_defaultStore" stepKey="defaultStore"/> --> | ||
|
||
<!--Create website--> | ||
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="createWebsite"> | ||
|