Skip to content

Commit 1147d38

Browse files
author
Kogut Dmitro
committed
MAGETWO-90117: Automate creating and showing categories and subcategories
1 parent 0c16bd8 commit 1147d38

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd">
9+
<page name="AdminSystemStoreGroupEditPage" url="admin/system_store/editGroup" area="admin" module="Store">
10+
<section name="AdminStoreGroupActionsSection"/>
11+
</page>
12+
</pages>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Store/Page/AdminSystemStorePage.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
<page name="AdminSystemStorePage" url="/admin/system_store/" area="admin" module="Store">
1010
<section name="AdminStoresMainActionsSection"/>
1111
<section name="AdminStoresGridSection"/>
12-
<section name="AdminStoreGroupActionsSection"/>
1312
</page>
1413
</pages>

0 commit comments

Comments
 (0)