Skip to content

Commit 62052e1

Browse files
committed
Merge branch 'RE-develop' into MC-175
2 parents d25d312 + 30ecf98 commit 62052e1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
9+
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd">
11+
<page name="AdminCategoryEditPage" url="catalog/category/edit/id/{{categoryId}}/" area="admin" module="Catalog" parameterized="true">
12+
<section name="AdminCategorySidebarActionSection"/>
13+
<section name="AdminCategoryMainActionsSection"/>
14+
<section name="AdminCategorySidebarTreeSection"/>
15+
<section name="AdminCategoryBasicFieldSection"/>
16+
<section name="AdminCategorySEOSection"/>
17+
<section name="AdminCategoryProductsSection"/>
18+
<section name="AdminCategoryProductsGridSection"/>
19+
<section name="AdminCategoryModalSection"/>
20+
<section name="AdminCategoryMessagesSection"/>
21+
<section name="AdminCategoryContentSection"/>
22+
</page>
23+
</pages>

0 commit comments

Comments
 (0)