<?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">
    <!-- Save Customer and Assert Success Message -->
    <actionGroup name="AdminCustomerSaveAndContinue">
        <annotations>
            <description>Clicks on 'Save and Continue' on the Customer creation/edit page.</description>
        </annotations>
        <scrollToTopOfPage stepKey="scrollToTopOfPage"/>
        <click selector="{{AdminCustomerMainActionsSection.saveAndContinue}}" stepKey="saveAndContinue"/>
        <waitForPageLoad stepKey="waitForPageLoad"/>
    </actionGroup>
</actionGroups>
