We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4f6c6 commit 0e7fb53Copy full SHA for 0e7fb53
app/code/Magento/Customer/Test/Mftf/Data/CustomerData.xml
@@ -550,4 +550,10 @@
550
<data key="city5">29 Palms</data>
551
<data key="city6">New York</data>
552
</entity>
553
+ <entity name="CustomerForFinanceImport" type="customer" extends="Simple_US_Customer">
554
+ <data key="email">test@example.com</data>
555
+ </entity>
556
+ <entity name="SecondCustomerForFinanceImport" type="customer" extends="Simple_US_Customer">
557
+ <data key="email">roni_cost@example.com</data>
558
559
</entities>
0 commit comments