<?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="AdminEditCategoryInGridPageActionGroup">
        <annotations>
            <description>Clicks the Edit action from the Media Gallery Category Grid</description>
        </annotations>

        <arguments>
            <argument name="categoryName" type="string"/>
        </arguments>

        <fillField selector="{{AdminMediaGalleryCatalogUiCategoryGridSection.mediaGalleryCategorySearchField}}" userInput="{{categoryName}}" stepKey="fillSearchFiled"/>
        <click selector="{{AdminMediaGalleryCatalogUiCategoryGridSection.mediaGalleryCategorySearchButton}}" stepKey="clickOnSearchButton"/>
        <comment userInput="Comment is added to search category first" stepKey="commentStepKey"/>
        <waitForPageLoad time="30" stepKey="waitForCategoryDetailsPageLoad1"/>

        <click selector="{{AdminMediaGalleryCatalogUiCategoryGridSection.edit(categoryName, 'Edit')}}" stepKey="clickOnCategoryRow"/>
        <waitForPageLoad time="30" stepKey="waitForCategoryDetailsPageLoad"/>
    </actionGroup>
</actionGroups>
