<?xml version="1.0" encoding="UTF-8"?>

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="DotAdminCreateCartPriceRuleActionGroup" extends="AdminCreateCartPriceRuleActionGroup">
        <annotations>
            <description>Extends the core action group by adding two extra steps. Note that AdminCreateCartPriceRuleActionGroup has custom behaviour in B2B mode.</description>
        </annotations>
        <selectOption selector="{{AdminCartPriceRulesFormSection.coupon}}" userInput="{{ruleName.coupon}}" stepKey="selectCouponType" after="selectWebsites"/>
        <checkOption selector="{{AdminCartPriceRulesFormSection.useAutoGeneration}}" stepKey="checkUseAutoGeneration" after="selectCouponType"/>
    </actionGroup>
</actionGroups>

