| Current Path : /home/rtorresani/www/vendor/magento/module-reports/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-reports/Test/Mftf/Section/LowStockReportMainSection.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="LowStockReportFilterSection">
<element name="productSku" type="input" selector="#gridLowstock_filter_sku"/>
<element name="productName" type="input" selector="#gridLowstock_filter_name"/>
<element name="qtyFrom" type="input" selector="#gridLowstock_filter_qty_from"/>
<element name="qtyTo" type="input" selector="#gridLowstock_filter_qty_to"/>
<element name="searchButton" type="button" selector="//button/span[text()='Search']"/>
<element name="resetButton" type="button" selector="//button/span[text()='Reset Filter']"/>
</section>
</sections>