<?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 click on Advanced Inventory in product form;
         You must already be on the product form page -->
    <actionGroup name="AdminClickOnAdvancedInventoryLinkActionGroup">
        <click selector="{{AdminProductFormSection.advancedInventoryLink}}" stepKey="clickOnAdvancedInventoryLink"/>
        <waitForPageLoad stepKey="waitForAdvancedInventoryPageToLoad"/>
    </actionGroup>
</actionGroups>
