<?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="StateOptionsSection">
        <element name="stateOptions" type="button" selector="#general_region-head"/>
        <element name="countriesWithRequiredRegions" type="select" selector="#general_region_state_required"/>
        <element name="allowToChooseState" type="select" selector="general_region_display_all"/>
        <element name="allowToChooseStateOptionalForCountry" type="select" selector="//td[@class='value']//select[@name='groups[region][fields][display_all][value]']"/>
    </section>
</sections>
