<?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="AdminManageSourcesGridMassAction">
        <element name="actionsButton" type="button" selector="div.admin__data-grid-header-row button.action-select"/>
        <element name="changeStatusEnableButton" type="button" selector="div.action-menu-items&gt;ul.action-menu&gt;li:nth-of-type(1)&gt;span.action-menu-item"/>
        <element name="changeStatusDisableButton" type="button" selector="div.action-menu-items&gt;ul.action-menu&gt;li:nth-of-type(2)&gt;span.action-menu-item"/>
        <element name="modalStatusChangeConfirmation" type="button" selector="button.action-primary.action-accept"/>
    </section>
</sections>
