AdminTaxRateGridSection.xml 1.1 KB

123456789101112131415161718192021
  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="AdminTaxRateGridSection">
  11. <element name="grid" type="block" selector="#tax_rate_grid"/>
  12. <element name="add" type="button" selector="#add" timeout="30"/>
  13. <element name="search" type="button" selector="button[data-action='grid-filter-apply']" timeout="30"/>
  14. <element name="filterByTaxIdentifier" type="input" selector="#tax_rate_grid_filter_code"/>
  15. <element name="filterByCountry" type="input" selector="#tax_rate_grid_filter_tax_country_id"/>
  16. <element name="filterByPostCode" type="input" selector="#tax_rate_grid_filter_tax_postcode"/>
  17. <element name="nthRow" type="block" selector="tr[data-role='row']:nth-of-type({{var}})" parameterized="true" timeout="30"/>
  18. <element name="emptyText" type="text" selector=".empty-text"/>
  19. </section>
  20. </sections>