AdminNewCustomerGroupSection.xml 742 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminNewCustomerGroupSection">
  11. <element name="groupName" type="input" selector="#customer_group_code"/>
  12. <element name="taxClass" type="select" selector="#tax_class_id"/>
  13. <element name="saveCustomerGroup" type="button" selector="#save"/>
  14. <element name="resetBtn" type="button" selector="#reset"/>
  15. <element name="backBtn" type="button" selector="#back"/>
  16. </section>
  17. </sections>