<?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="AdminAssertOrderShippingMethodActionGroup">
        <annotations>
            <description>Assert that shipping method and shipping price is present for the order.</description>
        </annotations>
        <arguments>
            <argument name="shippingMethod" type="string" defaultValue="{{flatRateTitleDefault.value}} - {{flatRateNameDefault.value}}"/>
            <argument name="shippingPrice" type="string" defaultValue="$5.00"/>
        </arguments>
        <see selector="{{AdminOrderShippingInformationSection.shippingMethod}}" userInput="{{shippingMethod}}" stepKey="seeShippingMethod"/>
        <see selector="{{AdminOrderShippingInformationSection.shippingPrice}}" userInput="{{shippingPrice}}" stepKey="seeShippingMethodPrice"/>
    </actionGroup>
</actionGroups>
