AdminAssignSourcesSlideOutSection.xml 1.3 KB

12345678910111213141516171819202122
  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="AdminAssignSourcesSlideOutSection">
  11. <element name="cancel" type="button" selector=".product_form_product_form_sources_assign_sources_modal button.action-secondary" timeout="30"/>
  12. <element name="done" type="button" selector=".product_form_product_form_sources_assign_sources_modal button.action-primary" timeout="30"/>
  13. <element name="inventory_done" type="button" selector=".inventory_stock_form_inventory_stock_form_sources_assign_sources_modal button.action-primary" timeout="30"/>
  14. <element name="defaultSourceCheckbox" type="checkbox" selector="#idscheckdefault"/>
  15. </section>
  16. <section name="AdminAssignSourcesSlideOutGridSection">
  17. <element name="checkboxByIndex" type="checkbox" selector=".admin__data-grid-outer-wrap .data-row[data-repeat-index='{{var1}}'] .admin__control-checkbox" parameterized="true"/>
  18. <element name="checkboxByCode" type="checkbox" selector="//tr[td[contains(.,'{{var1}}')]]//input[@data-action='select-row']" parameterized="true"/>
  19. </section>
  20. </sections>