<?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="PersistenceCustomFieldsTest">
        <before>
            <createData entity="DefaultPerson" stepKey="createData1">
                <field key="firstname">Mac</field>
                <field key="lastname">Bar</field>
            </createData>
        </before>
        <createData entity="UniquePerson" stepKey="createdData3">
            <requiredEntity createDataKey="createdData"/>
            <field key="firstname">Takeshi</field>
            <field key="lastname">Kovacs</field>
        </createData>
    </test>
</tests>
