Skip to content

Commit

Permalink
Merge pull request #131 from magento-pangolin/MC-4332
Browse files Browse the repository at this point in the history
MC-4332
  • Loading branch information
soumyau authored Jul 17, 2019
2 parents 0aea1de + ef947f0 commit b339504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<element name="widgetTitleSearch" type="input" selector="#widgetInstanceGrid_filter_title"/>
<element name="searchButton" type="button" selector=".action-default.scalable.action-secondary"/>
<element name="searchResult" type="text" selector="#widgetInstanceGrid_table>tbody>tr:nth-child(1)"/>
<element name="resetFilter" type="button" selector="button[data-action='grid-filter-reset']"/>
</section>
</sections>
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
<section name="StorefrontWidgetsSection">
<element name="widgetProductsGrid" type="block" selector=".block.widget.block-products-list.grid"/>
<element name="widgetProductName" type="text" selector=".product-item-name"/>
<element name="widgetBlock" type="block" selector=".widget"/>
<element name="widgetTitle" type="text" selector=".block-title"/>
</section>
</sections>

0 comments on commit b339504

Please sign in to comment.