<?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="RegisterCustomOnStorefrontActionGroup" extends="SignUpNewUserFromStorefrontActionGroup">
        <annotations>
            <description>Goes to the Storefront with specified store code. Clicks on 'Create Account'. Fills in the provided Customer details, excluding Newsletter Sign-Up. Clicks on 'Create Account' button. Validate that the Customer details are present and correct.</description>
        </annotations>
        <arguments>
            <argument name="storeCode"/>
        </arguments>
        <remove keyForRemoval="amOnStorefrontPage"/>
        <amOnPage url="{{StorefrontHomePage.url}}/{{storeCode}}" stepKey="navigateToStorefront" before="waitForCreateAccountLink"/>
        <remove keyForRemoval="seeThankYouMessage"/>
    </actionGroup>
</actionGroups>
