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.
 
 
 
 
 
 

31 lines
1.9 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="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="orderEntityId" type="input" selector="#sales_order_view input[name='order_id']" timeout="30"/>
  14. <element name="sendEmail" type="button" selector="#send_notification" timeout="30"/>
  15. <element name="creditMemo" type="button" selector="#order_creditmemo" timeout="30"/>
  16. <element name="hold" type="button" selector="#order-view-hold-button" timeout="30"/>
  17. <element name="invoice" type="button" selector="#order_invoice" timeout="30"/>
  18. <element name="invoiceTab" type="button" selector="#sales_order_view_tabs_order_invoices" timeout="30"/>
  19. <element name="ship" type="button" selector="#order_ship" timeout="30"/>
  20. <element name="reorder" type="button" selector="#order_reorder" timeout="30"/>
  21. <element name="edit" type="button" selector="#order_edit" timeout="30"/>
  22. <element name="modalOk" type="button" selector=".action-accept"/>
  23. <element name="unhold" type="button" selector="#order-view-unhold-button" timeout="30"/>
  24. <element name="invoiceBtn" type="button" selector="//button[@title='Invoice']"/>
  25. <element name="shipBtn" type="button" selector="//button[@title='Ship']"/>
  26. <element name="shipmentsTab" type="button" selector="#sales_order_view_tabs_order_shipments"/>
  27. <element name="authorize" type="button" selector="#order_authorize"/>
  28. </section>
  29. </sections>