<?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="StorefrontSalesRuleCartCouponSection">
        <element name="couponHeader" type="button" selector="#block-discount-heading"/>
        <element name="couponField" type="text" selector="#coupon_code"/>
        <element name="discountBlockActive" type="text" selector=".block.discount.active" />
        <element name="applyButton" type="text" selector="#discount-coupon-form button[class*='apply']" timeout="30"/>
        <element name="cancelButton" type="text" selector="#discount-coupon-form button[class*='cancel']" timeout="30"/>
    </section>
</sections>
