<?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="ChangeConfigurableProductChildProductPriceActionGroup">
        <annotations>
            <description>Change the price of a configurable child product in the grid under configurations.</description>
        </annotations>
        <arguments>
            <argument name="productAttributes" type="string"/>
            <argument name="productPrice" type="string"/>
        </arguments>
        <fillField userInput="{{productPrice}}" selector="{{AdminProductFormConfigurationsSection.confProductPriceCell(productAttributes)}}" stepKey="fillPriceForConfigurableProductAttributeOption"/>
    </actionGroup>
</actionGroups>
