| Current Path : /home/rtorresani/www/vendor/magento/module-store/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-store/Test/Mftf/Section/AdminNewStoreGroupSection.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="AdminNewStoreGroupSection">
<element name="storeGrpWebsiteDropdown" type="select" selector="#group_website_id"/>
<element name="storeGrpNameTextField" type="input" selector="#group_name"/>
<element name="storeGrpCodeTextField" type="input" selector="#group_code"/>
<element name="storeRootCategoryDropdown" type="select" selector="#group_root_category_id"/>
<element name="acceptNewStoreGroupCreation" type="button" selector=".action-primary.action-accept" />
</section>
</sections>