Skip to content

Commit 9cea3ca

Browse files
Refactoring
1 parent 9665d6b commit 9cea3ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Integration/Test/Mftf/Page/AdminNewIntegrationPage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
1111
<page name="AdminNewIntegrationPage" url="admin/integration/new/" area="admin" module="Magento_Integration">
12-
<section name="AdminNewIntegrationSection"/>
12+
<section name="AdminNewIntegrationSection"/>
1313
</page>
1414
</pages>

app/code/Magento/Integration/Test/Mftf/Section/AdminNewIntegrationSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminNewIntegrationSection">
12-
<element name="integrationName" type="input" selector="#integration_properties_name"/>
13-
<element name="currentPassword" type="input" selector="#integration_properties_current_password"/>
12+
<element name="integrationName" type="input" selector="#edit_form input[name='name']"/>
13+
<element name="currentPassword" type="input" selector="#edit_form input[name='current_password']"/>
1414
<element name="save" type="button" selector="#save-split-button-button"/>
1515
</section>
1616
</sections>

0 commit comments

Comments
 (0)