<?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="AdminSourceSelectionFormSection">
        <element name="sourceSelectionAlgorithmToggle" type="button" selector=".action-toggle.primary.save"/>
        <element name="selectSourcePriority" type="button" selector=".item[data-ui-id='source-selection-algorithms-button-item-0']"/>
        <element name="selectDistancePriority" type="button" selector=".item[title='Distance Priority']"/>
        <element name="selectSourcePriority1" type="button" selector=".item[title='Source Priority']"/>
        <element name="proceedToShipment" type="button" selector="#save[data-ui-id='save-button']"/>
        <element name="sourceSelection" type="select" selector="select[name='sourceCode']"/>
    </section>
</sections>
