Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

20 righe
1.1 KiB

  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="AdminInvoicesGridSection">
  11. <element name="spinner" type="button" selector=".spinner"/>
  12. <element name="filter" type="button" selector="#container > div > div.admin__data-grid-header > div:nth-child(1) > div.data-grid-filters-actions-wrap > div > button"/>
  13. <element name="firstRow" type="button" selector="tr.data-row:nth-of-type(1)"/>
  14. <element name="clearFilters" type="button" selector="button.action-clear" timeout="30"/>
  15. <element name="selectActions" type="button" selector=".action-select-wrap > .action-select" timeout="30"/>
  16. <element name="dropdownActionItem" type="button" selector="(//div[contains(@class, 'action-select-wrap')]//span[text()='{{action}}'])[1]" timeout="30" parameterized="true"/>
  17. </section>
  18. </sections>