File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
app/code/Magento/Customer/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 271
271
<requiredEntity type =" address" >US_Address_TX</requiredEntity >
272
272
<requiredEntity type =" address" >US_Address_NY_Not_Default_Address</requiredEntity >
273
273
</entity >
274
- <entity name =" John_Smith_Customer" type =" customer" >
275
- <data key =" group_id" >1</data >
276
- <data key =" email" unique =" prefix" >john.smith@example.com</data >
277
- <data key =" firstname" >John</data >
278
- <data key =" lastname" >Smith</data >
279
- <data key =" fullname" >John Smith</data >
280
- <data key =" password" >pwdTest123!</data >
281
- <data key =" store_id" >0</data >
282
- <data key =" website_id" >0</data >
283
- </entity >
284
274
<entity name =" Simple_US_Customer_Incorrect_Email" type =" customer" >
285
275
<data key =" group_id" >0</data >
286
276
<data key =" default_billing" >true</data >
294
284
<data key =" website_id" >0</data >
295
285
<requiredEntity type =" address" >US_Address_CA</requiredEntity >
296
286
</entity >
287
+ <entity name =" John_Smith_Customer" type =" customer" >
288
+ <data key =" group_id" >1</data >
289
+ <data key =" email" unique =" prefix" >john.smith@example.com</data >
290
+ <data key =" firstname" >John</data >
291
+ <data key =" lastname" >Smith</data >
292
+ <data key =" fullname" >John Smith</data >
293
+ <data key =" password" >pwdTest123!</data >
294
+ <data key =" store_id" >0</data >
295
+ <data key =" website_id" >0</data >
296
+ </entity >
297
297
</entities >
You can’t perform that action at this time.
0 commit comments