<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="StorefrontProductCartGiftOptionSection">
        <element name="giftOptions" type="button" selector=".action.action-gift"/>
        <element name="fieldTo" type="input" selector=".gift-options-content .field-to input"/>
        <element name="fieldFrom" type="input" selector=".gift-options-content .field-from input"/>
        <element name="message" type="textarea" selector=".gift-options-content .field.text .input-text"/>
        <element name="update" type="button" selector=".action-update"/>
        <element name="cancel" type="button" selector=".action-cancel"/>
    </section>
</sections>
