File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Page Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments