Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

20 строки
1002 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="AdminShipmentsGridSection">
  11. <element name="shipmentId" type="text" selector="//*[@id='sales_order_view_tabs_order_shipments_content']//tbody/tr/td[2]/div"/>
  12. <element name="clearFilters" type="button" selector="button.action-tertiary.action-clear"/>
  13. <element name="buttonFilters" type="button" selector=".data-grid-filters-action-wrap > button"/>
  14. <element name="fieldShipment" type="input" selector="input[name='increment_id']"/>
  15. <element name="applyFilter" type="button" selector="button[data-action='grid-filter-apply']"/>
  16. <element name="rowShipments" type="text" selector="div.data-grid-cell-content"/>
  17. </section>
  18. </sections>