<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Free Gift MFTF 2 for Magento 2 (System)
 */-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">

    <section name="StorefrontProductPageWithPromoSection">
        <element name="MessageAboutPromo" type="block" selector="//main[@id='maincontent']//div[@class='message-notice notice message']"/>
        <element name="LinkToCartInMessageAboutPromo" type="button" timeout="10"
                 selector="//main[@id='maincontent']//div[@class='message-notice notice message']//a"/>
    </section>

</sections>
