AdminOrderDetailsMainActionsSection.xml 1.2 KB

1234567891011121314151617181920212223
  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="AdminOrderDetailsMainActionsSection">
  11. <element name="back" type="button" selector="#back" timeout="30"/>
  12. <element name="cancel" type="button" selector="#order-view-cancel-button" timeout="30"/>
  13. <element name="sendEmail" type="button" selector="#send_notification" timeout="30"/>
  14. <element name="creditMemo" type="button" selector="#order_creditmemo" timeout="30"/>
  15. <element name="hold" type="button" selector="#order-view-hold-button" timeout="30"/>
  16. <element name="invoice" type="button" selector="#order_invoice" timeout="30"/>
  17. <element name="ship" type="button" selector="#order_ship" timeout="30"/>
  18. <element name="reorder" type="button" selector="#order_reorder" timeout="30"/>
  19. <element name="edit" type="button" selector="#order_edit" timeout="30"/>
  20. <element name="modalOk" type="button" selector=".action-accept"/>
  21. </section>
  22. </sections>