File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Ui/Test/Mftf/Section/AdminGridControlsSection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
<element name =" rowByIndex" type =" text" selector =" tr[data-repeat-index='{{var1}}']" parameterized =" true" />
13
13
14
14
<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 " />
16
16
<element name =" checkboxByValue" type =" checkbox" selector =" //input[ancestor::tr[contains(., '{{var1}}')]]" parameterized =" true" />
17
17
<element name =" checkboxByIndex" type =" checkbox" selector =" .data-row[data-repeat-index='{{var1}}'] .admin__control-checkbox" parameterized =" true" />
18
18
</section >
You can’t perform that action at this time.
0 commit comments