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

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="AssertOrderButtonsAvailableActionGroup">
        <annotations>
            <description>Validates that the primary buttons appear on the Admin Order edit page.</description>
        </annotations>
        
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.back}}" stepKey="seeBackBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.reorder}}" stepKey="seeReorderBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.cancel}}" stepKey="seeCancelBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.sendEmail}}" stepKey="seeSendEmailBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.hold}}" stepKey="seeHoldBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.invoice}}" stepKey="seeInvoiceBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.ship}}" stepKey="seeShipBtn"/>
        <seeElement selector="{{AdminOrderDetailsMainActionsSection.edit}}" stepKey="seeEditBtn"/>
    </actionGroup>
</actionGroups>
