<?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="AdminDisableUPSActionGroup">
        <annotations>
            <description>Disable United Parcel Service XML shipping method</description>
        </annotations>
        <conditionalClick selector="{{AdminShippingMethodUPSSection.UPSTab}}" dependentSelector="{{AdminShippingMethodUPSSection.handlingFee}}" visible="false" stepKey="maximizeUPSTab"/>
        <uncheckOption selector="{{AdminShippingMethodUPSSection.enableCheckoutCheckbox}}" stepKey="unCheckEnableForCheckoutCheckbox"/>
        <selectOption selector="{{AdminShippingMethodUPSSection.enableCheckoutSelect}}" userInput="No" stepKey="disableUPSCheckout"/>
        <click selector="{{AdminConfigSection.saveButton}}" stepKey="saveDisabledUPSConfig"/>
        <waitForText selector="{{AdminMessagesSection.success}}" userInput="You saved the configuration." stepKey="assertDisabledUPSConfigurationSaved"/>
    </actionGroup>
</actionGroups>
