<?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="AdminProductContentSection">
        <element name="sectionHeader" type="button" selector="div[data-index='content']" timeout="30"/>
        <element name="sectionHeaderShow" type="button" selector="div[data-index='content']._show" timeout="30"/>
        <element name="descriptionTextArea" type="textarea" selector="#product_form_description"/>
        <element name="shortDescriptionTextArea" type="textarea" selector="#product_form_short_description"/>
        <element name="sectionHeaderIfNotShowing" type="button" selector="//div[@data-index='content']//div[contains(@class, '_hide')]"/>
        <element name="pageHeader" type="textarea" selector="//*[@class='page-header row']"/>
        <element name="attributeInput" type="input" selector="input[name='product[{{attributeCode}}]']" parameterized="true"/>
    </section>
</sections>
