<?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="AdminEnhancedMediaGalleryImageActionsSection">
        <element name="openContextMenu" type="button" selector=".three-dots"/>
        <element name="viewDetails" type="button" selector="[data-ui-id='action-image-details']"/>
        <element name="delete" type="button" selector="[data-ui-id='action-delete']"/>
        <element name="edit" type="button" selector="[data-ui-id='action-edit']"/>
        <element name="imageInGrid" type="button" selector="//li[@data-ui-id='title'and text()='{{imageTitle}}']/parent::*/parent::*/parent::div//img[@class='media-gallery-image-column']" parameterized="true"/>
    </section>
</sections>
