<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="AdminClickFlushCatalogImagesCacheActionGroup">
        <annotations>
            <description>Clicks the 'Flush Catalog Images Cache' button on the Admin Cache Management page</description>
        </annotations>
        <waitForElementVisible selector="{{AdminCacheManagementSection.flushCatalogImagesCacheButton}}" stepKey="waitForFlushCatalogImagesCacheButton"/>
        <click selector="{{AdminCacheManagementSection.flushCatalogImagesCacheButton}}" stepKey="clickFlushCatalogImagesCacheButton"/>
        <waitForPageLoad stepKey="waitForPageLoad"/>
        <waitForText userInput="The image cache was cleaned." selector="{{AdminMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
    </actionGroup>
</actionGroups>
