<?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="AdminOrderPaymentInformationSection">
        <element name="paymentMethod" type="text" selector=".order-payment-method .order-payment-method-title"/>
        <element name="paymentCurrency" type="text" selector=".order-payment-method .order-payment-currency"/>
        <element name="paymentAdditional" type="text" selector=".order-payment-method .order-payment-additional"/>
        <element name="paymentInformationField" type="text" selector="//*[contains(text(),'{{paymentInformationField}}')]/following-sibling::td" parameterized="true"/>
     </section>
</sections>
