<?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="OrderedProductsSection">
        <element name="reports" type="button" selector="//li[@data-ui-id='menu-magento-reports-report']"/>
        <element name="ordered" type="button" selector="//li[@data-ui-id='menu-magento-reports-report-products-sold']"/>
        <element name="refresh" type="button" selector="//button[@title='Refresh']" timeout="30"/>
        <element name="total" type="text" selector="//tfoot//th[contains(text(), 'Total')]"/>
    </section>
</sections>