<?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="AssertShoppingCartIsEmptyActionGroup">
        <annotations>
            <description>Goes to the Storefront Shopping Cart page. Validates that the Empty Shopping Cart message is present and correct. PLEASE NOTE: The message is Hardcoded.</description>
        </annotations>

        <amOnPage url="{{CheckoutCartPage.url}}" stepKey="amOnPageShoppingCart"/>
        <waitForPageLoad stepKey="waitForCheckoutPageLoad"/>
        <see userInput="You have no items in your shopping cart." stepKey="seeNoItemsInShoppingCart"/>
    </actionGroup>
</actionGroups>
