Skip to content

Commit 12e6099

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-3984: Changed the xpath for edit
1 parent e0d650c commit 12e6099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Test/Mftf/Section/AdminGridControlsSection/AdminGridRowSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<element name="rowByIndex" type="text" selector="tr[data-repeat-index='{{var1}}']" parameterized="true"/>
1313

1414
<element name="editByValue" type="button" selector="//a[ancestor::tr[contains(., '{{var1}}')]]" parameterized="true"/>
15-
15+
<element name="editByRow" type="text" selector="//div[contains(text(), '{{var1}}')]" parameterized="true"/>
1616
<element name="checkboxByValue" type="checkbox" selector="//input[ancestor::tr[contains(., '{{var1}}')]]" parameterized="true"/>
1717
<element name="checkboxByIndex" type="checkbox" selector=".data-row[data-repeat-index='{{var1}}'] .admin__control-checkbox" parameterized="true"/>
1818
</section>

0 commit comments

Comments
 (0)