Skip to content

Commit 3443766

Browse files
committed
MQE-2066: [MTF-to-MFTF] Update Created Integration Entity #751
split files as per MFTF3.0.0 req and added test case ID
1 parent 60b7d4f commit 3443766

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
<section name="AddNewIntegrationSection">
11+
<element name="name" type="input" selector="#integration_properties_name"/>
12+
<element name="password" type="input" selector="#integration_properties_current_password"/>
13+
<element name="saveButton" type="button" selector=".page-actions #save-split-button-button"/>
14+
<element name="endpoint" type="input" selector="#integration_properties_endpoint"/>
15+
<element name="linkUrl" type="input" selector="#integration_properties_identity_link_url"/>
16+
<element name="save" type="button" selector=".page-actions-buttons .save"/>
17+
</section>
18+
</sections>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
<section name="IntegrationsGridSection">
11+
<element name="add" type="button" selector=".page-actions .add"/>
12+
<element name="messageByType" type="block" selector="#messages .message-{{messageType}}" parameterized="true"/>
13+
<element name="name" type="input" selector=".data-grid-filters #integrationGrid_filter_name"/>
14+
<element name="search" type="input" selector=".admin__filter-actions button[title=Search]"/>
15+
<element name="remove" type="button" selector=".data-grid .delete"/>
16+
<element name="submitButton" type="button" selector=".action-primary.action-accept" timeout="30"/>
17+
<element name="rowByIndex" type="text" selector="tr[data-role='row']:nth-of-type({{var1}})" parameterized="true" timeout="30"/>
18+
<element name="edit" type="button" selector=".data-grid .edit"/>
19+
</section>
20+
</sections>

0 commit comments

Comments
 (0)