Skip to content

Commit d504f54

Browse files
committed
Refactoring the test coverage
1 parent 9a3d147 commit d504f54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/NewRelicReporting/Test/Mftf/Section/AdminNewRelicConfigSystemSection.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminNewRelicConfigSystemSection">
12-
<element name="statusRowId" type="text" selector="#row_newrelicreporting_general_enable"/>
1312
<element name="status" type="select" selector="#row_newrelicreporting_general_enable [data-ui-id='select-groups-general-fields-enable-value']"/>
14-
<element name="apiUrl" type="select" selector="input#newrelicreporting_general_api_url"/>
13+
<element name="apiUrl" type="input" selector="input#newrelicreporting_general_api_url"/>
1514
</section>
1615
</sections>

0 commit comments

Comments
 (0)