<?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="AdminEditSourceAddressDataSection">
        <element name="opened" type="button" selector="div[data-index='address'] .fieldset-wrapper-title[data-state-collapsible='open']"/>
        <element name="closed" type="button" selector="div[data-index='address'] .fieldset-wrapper-title[data-state-collapsible='closed']"/>

        <element name="country" type="select" selector="select[name='general[country_id]']" timeout="10"/>
        <element name="province" type="input" selector="input[name='general[region]']"/>
        <element name="state" type="select" selector="select[name='general[region_id]']"/>
        <element name="state_manual" type="input" selector="input[name='general[region]']"/>
        <element name="city" type="input" selector="input[name='general[city]']"/>
        <element name="street" type="input" selector="input[name='general[street]']"/>
        <element name="postcode" type="input" selector="input[name='general[postcode]']"/>
    </section>
</sections>
