| Current Path : /home/rtorresani/www/vendor/magento/module-review/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-review/Test/Mftf/Section/AdminRatingGridSection.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="AdminRatingGridSection">
<element name="ratingCode" type="input" selector="#ratingsGrid_filter_rating_code"/>
<element name="reset" type="button" selector=".action-default.scalable.action-reset.action-tertiary"/>
<element name="search" type="button" selector=".action-default.scalable.action-secondary"/>
<element name="ratingGrid" type="text" selector="table.data-grid"/>
<element name="searchResultFirstRow" type="text" selector=".data-grid>tbody>tr"/>
</section>
</sections>