Skip to content

Commit d85494b

Browse files
author
Igor Melnikov
committed
Merge commit '914cb1f10ccc01b5188f2382e19f70ab3d49aea0' into MAGETWO-84669-block
2 parents ad0299b + 914cb1f commit d85494b

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

0 commit comments

Comments
 (0)