<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright 2026 Adobe
 * All Rights Reserved.
 */
-->
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="StorefrontOpenHomePageWithStoreCodeInUrlActionGroup">
        <annotations>
            <description>Goes to the Storefront Home page using Store code in URL option.</description>
        </annotations>
        <arguments>
            <argument name="storeCode" type="string" defaultValue="{{customStore.code}}"/>
        </arguments>
        <amOnPage url="{{StorefrontStoreHomePage.url(storeCode)}}" stepKey="goToStorefrontHomePage"/>
        <waitForPageLoad stepKey="waitForStorefrontHomePageLoad"/>
    </actionGroup>
</actionGroups>
