<?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="GoToCreateCategoryPageActionGroup">
        <annotations>
            <description>Goes to the Category grid page. Clicks the Add Subcategory button.</description>
        </annotations>
        <arguments>
            <argument name="selector" defaultValue="AdminCategorySidebarActionSection.AddSubcategoryButton"/>
        </arguments>

        <amOnPage url="{{AdminCategoryPage.url}}" stepKey="amOnAdminCategoryPage"/>
        <scrollToTopOfPage stepKey="scrollToTopOfPage"/>
        <waitForPageLoad stepKey="waitForPageLoad"/>
        <click selector="{{selector}}" stepKey="clickOnAddCategory"/>
        <see selector="{{AdminHeaderSection.pageTitle}}" userInput="New Category" stepKey="seeCategoryPageTitle"/>
    </actionGroup>
</actionGroups>
