| 1234567891011121314151617 |
- <?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="KpInvoiceDetailsMainActionsSection">
- <element name="back" type="button" selector="#back"/>
- <element name="credit_memo" type="button" selector="#capture"/>
- <element name="print" type="button" selector="#print"/>
- <element name="send_email" type="button" selector="#send_notification"/>
- </section>
- </sections>
|