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

        <element name="contactName" type="input" selector="input[name='general[contact_name]']"/>
        <element name="email" type="input" selector="input[name='general[email]']"/>
        <element name="phone" type="input" selector="input[name='general[phone]']"/>
        <element name="fax" type="input" selector="input[name='general[fax]']"/>
    </section>
</sections>
