<?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="UnSelectTopDestinationsCountryActionGroup">
        <annotations>
            <description>Un-selects the provided Countries under 'Top destinations' on the 'General' section of the 'Configuration' page. Clicks on the Save button.</description>
        </annotations>
        <arguments>
            <argument name="countries" type="entity"/>
        </arguments>

        <unselectOption selector="{{CountryOptionsSection.topDestinations}}" parameterArray="[{{countries.country}}]" stepKey="unSelectTopDestinationsCountry"/>
        <click selector="#save" stepKey="saveConfig"/>
        <waitForPageLoad stepKey="waitForSavingConfig"/>
    </actionGroup>
</actionGroups>
