We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a15828 commit 521a639Copy full SHA for 521a639
app/code/Magento/Catalog/Test/Mftf/Section/AdminAddProductsToOptionPanelSection.xml
@@ -5,7 +5,6 @@
5
* See COPYING.txt for license details.
6
*/
7
-->
8
-
9
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
11
<section name="AdminAddProductsToOptionPanel">
@@ -16,4 +15,4 @@
16
15
<element name="firstCheckbox" type="input" selector="//tr[1]//input[@data-action='select-row']"/>
17
<element name="nthCheckbox" type="input" selector="//tr[{{var}}]//input[@data-action='select-row']" parameterized="true"/>
18
</section>
19
-</sections>
+</sections>
0 commit comments