<?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="StorefrontOpenAndCheckComparisionActionGroup">
        <annotations>
            <description>Open the Storefront Compare Product page. Validate that the Compare Product fields are present.</description>
        </annotations>

        <click selector="{{StorefrontComparisonSidebarSection.Compare}}" stepKey="clickCompare"/>
        <waitForLoadingMaskToDisappear stepKey="waitForComparePageloaded"/>
        <seeInCurrentUrl url="{{StorefrontProductComparePage.url}}" stepKey="checkUrl"/>
        <seeInTitle userInput="Products Comparison List" stepKey="assertPageNameInTitle"/>
        <see userInput="Compare Products" selector="{{StorefrontProductCompareMainSection.PageName}}" stepKey="assertPageName"/>
    </actionGroup>
</actionGroups>
