<?xml version="1.0" encoding="utf-8"?>
<!--
/**
 * Copyright 2025 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="AdminSetMinimumPasswordLengthActionGroup">
        <annotations>
            <description>Set the minimum password length value in admin security configuration</description>
        </annotations>
        <arguments>
            <argument name="passwordLength" type="string"/>
        </arguments>
        <uncheckOption selector="{{AdminSecurityConfigSection.minimumPasswordLengthInherit}}" stepKey="uncheckUseDefaultCheckbox"/>
        <clearField selector="{{AdminSecurityConfigSection.minimumPasswordLengthField}}" stepKey="clearPasswordLengthField"/>
        <fillField selector="{{AdminSecurityConfigSection.minimumPasswordLengthField}}" userInput="{{passwordLength}}" stepKey="fillPasswordLengthField"/>
    </actionGroup>

</actionGroups>
