File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
app/code/Magento/Customer/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 354
354
<data key =" website_id" >0</data >
355
355
<requiredEntity type =" address" >US_Address_AE</requiredEntity >
356
356
</entity >
357
+ <entity name =" Simple_US_Customer_CA_NY_Addresses" type =" customer" >
358
+ <data key =" group_id" >1</data >
359
+ <data key =" default_billing" >true</data >
360
+ <data key =" default_shipping" >true</data >
361
+ <data key =" email" unique =" prefix" >John.Doe@example.com</data >
362
+ <data key =" firstname" >John</data >
363
+ <data key =" lastname" >Doe</data >
364
+ <data key =" fullname" >John Doe</data >
365
+ <data key =" password" >pwdTest123!</data >
366
+ <data key =" store_id" >0</data >
367
+ <data key =" website_id" >0</data >
368
+ <requiredEntity type =" address" >US_Address_CA</requiredEntity >
369
+ <requiredEntity type =" address" >US_Address_NY_Not_Default_Address</requiredEntity >
370
+ </entity >
357
371
</entities >
You can’t perform that action at this time.
0 commit comments