<?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="GotoCatalogProductsPageActionGroup">
        <annotations>
            <description>Goes to the Admin Products grid via the Admin Side Menu.</description>
        </annotations>

        <click stepKey="clickOnCatalogItem" selector="{{CatalogProductsSection.catalogItem}}"/>
        <waitForPageLoad stepKey="waitForCatalogLoad"/>
        <click stepKey="clickOnProductItem" selector="{{CatalogProductsSection.productItem}}"/>
        <waitForPageLoad stepKey="waitForCatalogProductPageLoad"/>
        <seeInCurrentUrl stepKey="assertWeAreOnTheCatalogProductPage" url="{{assertionData.catalogProduct}}"/>
    </actionGroup>
</actionGroups>
