File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Integration/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
11
11
<page name =" AdminNewIntegrationPage" url =" admin/integration/new/" area =" admin" module =" Magento_Integration" >
12
- <section name =" AdminNewIntegrationSection" />
12
+ <section name =" AdminNewIntegrationSection" />
13
13
</page >
14
14
</pages >
Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<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'] " />
14
14
<element name =" save" type =" button" selector =" #save-split-button-button" />
15
15
</section >
16
16
</sections >
You can’t perform that action at this time.
0 commit comments