You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
1.3 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="AdminIntegrationsGridSection">
  11. <element name="add" type="button" selector=".page-actions .add"/>
  12. <element name="messageByType" type="block" selector="#messages .message-{{messageType}}" parameterized="true"/>
  13. <element name="name" type="input" selector=".data-grid-filters #integrationGrid_filter_name"/>
  14. <element name="search" type="input" selector=".admin__filter-actions button[title=Search]"/>
  15. <element name="remove" type="button" selector=".data-grid .delete"/>
  16. <element name="submitButton" type="button" selector=".action-primary.action-accept" timeout="30"/>
  17. <element name="rowByIndex" type="text" selector="tr[data-role='row']:nth-of-type({{var1}})" parameterized="true" timeout="30"/>
  18. <element name="edit" type="button" selector=".data-grid .edit"/>
  19. <element name="activate" type="button" selector="#integrationGrid_table>tbody>tr:nth-child(1)>td.col-activate>a"/>
  20. </section>
  21. </sections>