AdminMenuSection.xml 1.48 KB
<?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="dashboard" type="button" selector="#menu-magento-backend-dashboard"/>
        <element name="sales" type="button" selector="#menu-magento-sales-sales"/>
        <element name="orders" type="button" selector="//*[@id='menu-magento-sales-sales']//span[text()='Orders']"/>
        <element name="catalog" type="button" selector="#menu-magento-catalog-catalog"/>
        <element name="customers" type="button" selector="#menu-magento-customer-customer"/>
        <element name="marketing" type="button" selector="#menu-magento-backend-marketing"/>
        <element name="content" type="button" selector="#menu-magento-backend-content"/>
        <element name="reports" type="button" selector="#menu-magento-reports-report"/>
        <element name="stores" type="button" selector="#menu-magento-backend-stores"/>
        <element name="system" type="button" selector="#menu-magento-backend-system"/>
        <element name="findPartners" type="button" selector="#menu-magento-marketplace-partners"/>
        <element name="currencySetup" type="button" selector="//a[contains(@class, 'item-nav')]//span[text()='Currency Setup']"/>
    </section>
</sections>