<?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="AdminMenuSection">
        <element name="catalog" type="button" selector="#menu-magento-catalog-catalog"/>
        <element name="catalogProducts" type="button" selector="#nav li[data-ui-id='menu-magento-catalog-catalog-products']"/>
        <element name="customers" type="button" selector="#menu-magento-customer-customer"/>
        <element name="content" type="button" selector="#menu-magento-backend-content"/>
        <element name="widgets" type="button" selector="#nav li[data-ui-id='menu-magento-widget-cms-widget-instance']"/>
        <element name="stores" type="button" selector="#menu-magento-backend-stores"/>
        <element name="configuration" type="button" selector="#nav li[data-ui-id='menu-magento-config-system-config']"/>
        <element name="dashboard" type="button" selector="//li[@id='menu-magento-backend-dashboard']"/>
        <element name="sales" type="button" selector="//li[@id='menu-magento-sales-sales']"/>
        <element name="marketing" type="button" selector="//li[@id='menu-magento-backend-marketing']"/>
        <element name="system" type="button" selector="//li[@id='menu-magento-backend-system']"/>
        <element name="findPartners" type="button" selector="//li[@id='menu-magento-marketplace-partners']"/>

        <!-- Navigate menu selectors -->
        <element name="menuItem" type="button" selector="li[data-ui-id='menu-{{dataUiId}}']" parameterized="true" timeout="30"/>
    </section>
</sections>
