| 12345678910111213141516 |
- <?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="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
- <section name="KpOrderDetailsOrderViewSection">
- <element name="information" type="button" selector="#sales_order_view_tabs_order_info"/>
- <element name="invoices" type="button" selector="#sales_order_view_tabs_order_invoices"/>
- <element name="viewInvoice" type="button" selector="//a[text()='View']"/>
- </section>
- </sections>
|