<?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="BasicMergeTest">
        <annotations>
            <group value="mergeTest"/>
        </annotations>
        <before>
            <see stepKey="before2" selector="#before2" after="before1"/>
        </before>
        <after>
            <amOnPage url="/afterUrl1" stepKey="after1"/>
        </after>
        <click stepKey="step7Merge" selector="{{SampleSection.oneParamElement(DefaultPerson.firstname)}} .step7Merge" after="step6Merge"/>
        <click stepKey="step2" selector="#step2" after="step1"/>
        <click stepKey="step4" selector="#step4" before="step5"/>
        <remove keyForRemoval="step6"/>
        <click stepKey="step6Merge" selector="#step6Merged" after="step5"/>
        <click stepKey="step10" selector="#step10MergedInResult"/>
        <actionGroup ref="FunctionalActionGroupWithData" stepKey="step8Merge" after="step7Merge"/>
    </test>
</tests>
