File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms Expand file tree Collapse file tree 3 files changed +45
-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
+ <config 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 =" CmsNewBlock" url =" admin/cms/block/new" module =" Magento_Cms" >
12
+ <section name =" CmsNewBlockBlockActionsSection" />
13
+ <section name =" CmsNewBlockBlockBasicFieldsSection" />
14
+ </page >
15
+ </config >
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
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
11
+ <section name =" CmsNewBlockBlockActionsSection" >
12
+ <element name =" savePage" type =" button" selector =" #save" timeout =" 30" />
13
+ </section >
14
+ </config >
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
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
11
+ <section name =" CmsNewBlockBlockBasicFieldsSection" >
12
+ <element name =" title" type =" input" selector =" input[name=title]" />
13
+ <element name =" identifier" type =" input" selector =" input[name=identifier]" />
14
+ <element name =" wysiwyg_hr_element" type =" input" selector =" #cms_block_form_content_hr" />
15
+ </section >
16
+ </config >
You can’t perform that action at this time.
0 commit comments