<?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="AdminBulkDetailsModalSection">
        <element name="descriptionValue" type="text" selector="//aside//div[@data-index='description']//span[@name='description']"/>
        <element name="summaryValue" type="text" selector="//aside//div[@data-index='summary']//span[@name='summary']" />
        <element name="startTimeValue" type="text" selector="//aside//div[@data-index='start_time']//span[@name='start_time']" />
    </section>
</sections>
