<?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="StorefrontPropertiesSection">
        <element name="PageTitle" type="text" selector="//span[text()='Storefront Properties']"/>
        <element name="StoreFrontPropertiesTab" selector="#product_attribute_tabs_front" type="button"/>
        <element name="EnableWYSIWYG" type="select" selector="#enabled"/>
        <element name="useForPromoRuleConditions" type="select" selector="#is_used_for_promo_rules"/>
        <element name="StorefrontPropertiesSectionToggle" type="button" selector="#front_fieldset-wrapper"/>
        <element name="visibleOnCatalogPagesOnStorefront" type="select" selector="#is_visible_on_front"/>
        <element name="usedForSortingInProductListing" type="select" selector="#used_for_sort_by"/>
    </section>
</sections>
