<?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="AdminSaveAndContinueEditStockPageActionGroup">
        <annotations>
            <description>Clicks on the 'Save and Continue' button on stock edit page and see success message.</description>
        </annotations>

        <scrollToTopOfPage stepKey="scrollToTopOfThePage"/>
        <click selector="{{AdminGridMainControls.saveAndContinue}}" stepKey="clickOnSaveAndContinue"/>
        <waitForElementVisible selector="{{AdminMessagesSection.success}}" stepKey="waitSuccessMessageAppears"/>
        <see selector="{{AdminMessagesSection.successMessage}}" userInput="The Stock has been saved." stepKey="seeStockSaveSuccess"/>
    </actionGroup>
</actionGroups>
