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

<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="CurrencySetupSection">
        <element name="allowCurrencies" type="select" selector="#currency_options_allow"/>
        <element name="baseCurrency" type="select" selector="#currency_options_base"/>
        <element name="baseCurrencyUseDefault" type="checkbox" selector="#currency_options_base_inherit"/>
        <element name="currencyOptions" type="select" selector="#currency_options-head"/>
        <element name="defaultCurrency" type="select" selector="#currency_options_default"/>
        <element name="defaultdisplayCurrency" type="select" selector="#currency_options_default_inherit"/>
        <element name="allowcurrenciescheckbox" type="select" selector="#currency_options_allow_inherit"/>
        <element name="CheckCurrencyOptionsIfTabExpand" type="button" selector="#currency_options-head:not(.open)"/>
    </section>
</sections>
