<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright 2024 Adobe
  * All Rights Reserved.
  */
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminShippingSettingsConfigSection">
        <element name="Origin" type="block" selector="#shipping_origin-head" timeout="30"/>
        <element name="OriginOpened" type="block" selector="#shipping_origin-head.open" timeout="30"/>
        <element name="systemValueCountry" type="checkbox" selector="#row_shipping_origin_country_id input[type='checkbox']"/>
        <element name="dropdownCountry" type="select" selector="#row_shipping_origin_country_id select"/>
        <element name="systemValueState" type="checkbox" selector="#row_shipping_origin_region_id input[type='checkbox']"/>
        <element name="dropdownState" type="checkbox" selector="#row_shipping_origin_region_id select"/>
        <element name="systemValuePostcode" type="checkbox" selector="#row_shipping_origin_postcode input[type='checkbox']"/>
        <element name="PostcodeValue" type="input" selector="#row_shipping_origin_postcode input[type='text']"/>
        <element name="systemValueShippingPolicy" type="checkbox" selector="#row_shipping_shipping_policy_enable_shipping_policy input[type='checkbox']"/>
        <element name="shippingPolicyParameters" type="block" selector="#shipping_shipping_policy-head" timeout="30"/>
        <element name="shippingPolicyParametersOpened" type="block" selector="#shipping_shipping_policy-head.open" timeout="30"/>
        <element name="shippingPolicy" type="block" selector="#row_shipping_shipping_policy_shipping_policy_content"/>
        <element name="dropdownShippingPolicy" type="select" selector="#row_shipping_shipping_policy_enable_shipping_policy select"/>
        <element name="stateField" type="input" selector="input[name='groups[origin][fields][region_id][value]']"/>
    </section>
</sections>
