<?xml version="1.0" encoding="UTF-8" ?>
<!--
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminOrderFormShippingAddressSection">
        <element name="DisabledValidateAddressButton" type="button" selector="#order-shipping_address button[data-role='vertex-cleanse_address']:disabled" />
        <element name="ValidateAddressButton" type="button" selector="#order-shipping_address button[data-role='vertex-cleanse_address']:not(:disabled)" />
        <element name="DisabledUpdateAddressButton" type="button" selector="#order-shipping_address button[data-role='vertex-update_address']:disabled" />
        <element name="UpdateAddressButton" type="button" selector="#order-shipping_address button[data-role='vertex-update_address']:not(:disabled)" />

        <element name="VertexMessageContainer" type="text" selector="#order-shipping_address .vertex__admin-order__address-cleansing"/>
        <element name="VertexMessageText" type="text" selector="#order-shipping_address .vertex__admin-order__address-cleansing .vertex__address-suggest_message"/>
        <element name="VertexMessageDifference" type="text" selector="#order-shipping_address .vertex__admin-order__address-cleansing .vertex__address-suggestion"/>
    </section>
</sections>
