<?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="AdminAssertDefaultShippingAddressToggleIsOnOnAddUpdateAddressPageActionGroup">
        <annotations>
            <description>Asserts that the "Default Shipping Address" toggle is On on the Add/Update Address Sliding Tab of Customer Edit Page </description>
        </annotations>
        
        <assertElementContainsAttribute stepKey="assertDefaultShippingIsEnabledOnAddUpdateAddressTab">
			<expectedResult selector="{{AdminCustomerAddressesSection.defaultShippingAddressCheckBox}}" attribute="value" type="string">1</expectedResult>
        </assertElementContainsAttribute>
    </actionGroup>
</actionGroups>
