<?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="AdminOpenForgotPasswordPageActionGroup">
        <annotations>
            <description>Goes to the Admin Login page. Clicks on the 'Forgot Password' link.</description>
        </annotations>

        <amOnPage url="{{AdminLoginPage.url}}" stepKey="amOnAdminLoginPage"/>
        <waitForPageLoad stepKey="waitForAdminLoginPage"/>
        <click stepKey="clickForgotPasswordLink" selector="{{AdminLoginFormSection.forgotPasswordLink}}"/>
        <waitForPageLoad stepKey="waitForAdminForgotPasswordPage"/>
    </actionGroup>
</actionGroups>
