AdminCustomerGroupMainSection.xml 931 B

12345678910111213141516171819
  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="AdminCustomerGroupMainSection">
  11. <element name="filterBtn" type="button" selector="//button[text()='Filters']"/>
  12. <element name="groupField" type="input" selector="//*[@name='customer_group_code']"/>
  13. <element name="applyFiltersBtn" type="button" selector="//*[text()='Apply Filters']"/>
  14. <element name="selectFirstRow" type="button" selector="//button[@class='action-select']"/>
  15. <element name="deleteBtn" type="button" selector="//*[text()='Delete']"/>
  16. <element name="clearAllBtn" type="button" selector="//button[text()='Clear all']"/>
  17. </section>
  18. </sections>