| Current Path : /home/rtorresani/www/vendor/magento/module-search/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-search/Test/Mftf/Section/AdminSearchTermFormSection.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="AdminSearchTermFormSection">
<element name="save" type="button" selector=".page-actions-buttons .save"/>
<element name="searchQuery" type="input" selector=".admin__field-control.control #query_text"/>
<element name="storeID" type="input" selector=".admin__field-control.control #store_id"/>
<element name="redirectUrl" type="input" selector=".admin__field-control.control #redirect"/>
<element name="displayInTerms" type="input" selector=".admin__field-control.control #display_in_terms"/>
</section>
</sections>