KpAdminMenuSection.xml 1.6 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna KP module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
  14. <section name="KpAdminMenuSection">
  15. <element name="dashboard" type="button" selector="//li[@id='menu-magento-backend-dashboard']"/>
  16. <element name="sales" type="button" selector="//li[@id='menu-magento-sales-sales']"/>
  17. <element name="catalog" type="button" selector="//li[@id='menu-magento-catalog-catalog']"/>
  18. <element name="customers" type="button" selector="//li[@id='menu-magento-customer-customer']"/>
  19. <element name="marketing" type="button" selector="//li[@id='//li[@id='menu-magento-backend-marketing']']"/>
  20. <element name="content" type="button" selector="//li[@id='menu-magento-backend-content']"/>
  21. <element name="reports" type="button" selector="//li[@id='menu-magento-reports-report']"/>
  22. <element name="stores" type="button" selector="//li[@id='menu-magento-backend-stores']"/>
  23. <element name="system" type="button" selector="//li[@id='menu-magento-backend-system']"/>
  24. <element name="findPartners" type="button" selector="//li[@id='menu-magento-marketplace-partners']"/>
  25. </section>
  26. </sections>