<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
    <section name="AdminOrderDetailsMainActionsSection">
        <element name="back" type="button" selector="#back"/>
        <element name="cancel" type="button" selector="#order-view-cancel-button"/>
        <element name="sendEmail" type="button" selector="#send_notification"/>
        <element name="hold" type="button" selector="#order-view-hold-button"/>
        <element name="invoice" type="button" selector="#order_invoice"/>
        <element name="ship" type="button" selector="#order_ship"/>
        <element name="reorder" type="button" selector="#order_reorder"/>
        <element name="edit" type="button" selector="#order_edit"/>
        <element name="vertexInvoice" type="button" selector="#vertex_invoice"/>
        <element name="vertexCantInvoice" type="button" selector="#vertex_cant_invoice"/>
    </section>
</config>
