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

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
    <test name="StorefrontAdvanceCatalogSearchSimpleProductBySkuWithHyphenTest" extends="AdvanceCatalogSearchSimpleProductBySkuTest">
        <annotations>
            <features value="Catalog"/>
            <stories value="Advanced Catalog Product Search for all product types"/>
            <title value="Guest customer should be able to advance search simple product with product sku that contains hyphen"/>
            <description value="Guest customer should be able to advance search simple product with product sku that contains hyphen"/>
            <severity value="MAJOR"/>
            <testCaseId value="MC-28813"/>
            <group value="Catalog"/>
            <group value="SearchEngine"/>
            <group value="pr_exclude"/>
        </annotations>
        <before>
            <createData entity="ApiProductWithDescription" stepKey="product"/>
        </before>
        <after>
            <deleteData createDataKey="product" stepKey="delete"/>
        </after>
    </test>
</tests>
