Skip to content

Commit 2bc6e2b

Browse files
committed
Merge remote-tracking branch 'origin/MC-11438' into MC-11438
# Conflicts: # app/code/Magento/Customer/Test/Mftf/Data/CustomerData.xml
2 parents 52b5ff1 + ef419bb commit 2bc6e2b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/code/Magento/Customer/Test/Mftf/Data/CustomerData.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -271,16 +271,6 @@
271271
<requiredEntity type="address">US_Address_TX</requiredEntity>
272272
<requiredEntity type="address">US_Address_NY_Not_Default_Address</requiredEntity>
273273
</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>
284274
<entity name="Simple_US_Customer_Incorrect_Email" type="customer">
285275
<data key="group_id">0</data>
286276
<data key="default_billing">true</data>
@@ -294,4 +284,14 @@
294284
<data key="website_id">0</data>
295285
<requiredEntity type="address">US_Address_CA</requiredEntity>
296286
</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>
297297
</entities>

0 commit comments

Comments
 (0)