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.
 
 
 
 
 
 

19 righe
1008 B

  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="AdminLockedUsersGridSection">
  11. <element name="usernameField" type="input" selector="#lockedAdminsGrid_filter_username"/>
  12. <element name="searchButton" type="button" selector=".admin__filter-actions button[title=Search]"/>
  13. <element name="resetButton" type="button" selector=".action-default.scalable.action-reset.action-tertiary"/>
  14. <element name="searchResultFirstRow" type="text" selector=".data-grid&gt;tbody&gt;tr"/>
  15. <element name="massActions" type="input" selector="#lockedAdminsGrid_massaction-select"/>
  16. <element name="submitButton" type="button" selector=".admin__grid-massaction .action-default.scalable"/>
  17. </section>
  18. </sections>