<?xml version="1.0" encoding="UTF-8" ?>
<!--
 /**
  * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
  * @author     Mediotype                     https://www.mediotype.com/
  */
-->
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="FillNewShippingAddressModalActionGroupNoCompany"
                 extends="FillShippingAddressOneStreetActionGroup">
        <annotations>
            <description>EXTENDS: FillShippingAddressOneStreetActionGroup. Selects the provided State in the 'Shipping
                Address' section of the Storefront Checkout page.
            </description>
        </annotations>
        <arguments>
            <argument name="address"/>
        </arguments>
        <remove keyForRemoval="fillCompany"/>
        <selectOption stepKey="selectRegion" selector="{{CheckoutShippingSection.region}}" userInput="{{address.state}}"
                      after="fillCityName"/>
    </actionGroup>
</actionGroups>
