Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
1.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminDashboardSection">
  11. <element name="ordersTab" type="button" selector="#diagram_tab_orders"/>
  12. <element name="ordersChart" type="button" selector="#diagram_tab_orders_content #chart_orders_period"/>
  13. <element name="dashboardDiagramContent" type="button" selector="#diagram_tab_content"/>
  14. <element name="dashboardDiagramOrderContentTab" type="block" selector="#diagram_tab_orders_content"/>
  15. <element name="dashboardDiagramAmounts" type="button" selector="#diagram_tab_amounts"/>
  16. <element name="dashboardDiagramAmountsContentTab" type="block" selector="#diagram_tab_amounts_content"/>
  17. <element name="dashboardDiagramTotals" type="text" selector="#diagram_tab_amounts_content"/>
  18. <element name="dashboardTotals" type="text" selector="//*[@class='dashboard-totals-label' and contains(text(), '{{columnName}}')]/../*[@class='dashboard-totals-value']" parameterized="true"/>
  19. <element name="productInBestsellers" type="text" selector="#productsOrderedGrid_table td.col-product.col-name"/>
  20. <element name="dashboardButtonReloadData" type="button" selector=".action-primary[title='Reload Data'][type='submit']"/>
  21. </section>
  22. </sections>