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 6cf9ebc commit 2685e43Copy full SHA for 2685e43
app/code/Magento/Widget/Test/Mftf/Section/AdminWidgetsSection.xml
@@ -11,6 +11,7 @@
11
<section name="AdminWidgetsSection">
12
<element name="widgetTitleSearch" type="input" selector="#widgetInstanceGrid_filter_title"/>
13
<element name="searchButton" type="button" selector=".action-default.scalable.action-secondary"/>
14
+ <element name="searchResult" type="text" selector="#widgetInstanceGrid_table>tbody>tr:nth-child(1)"/>
15
<element name="resetFilter" type="button" selector="button[data-action='grid-filter-reset']"/>
16
<element name="massActionSelect" type="select" selector="#widgetInstanceGrid_massaction-mass-select"/>
17
<element name="massActionSelectOptionAll" type="select" selector="//*[@id='widgetInstanceGrid_massaction-mass-select']//option[@value='selectAll']"/>
0 commit comments