mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
test users: Add an escape char to a test username.
Changed the name of the test-user cordelia from `Cordelia Lear` to `Cordelia, Lear's daughter`. This change will enable us to test users with escape characters in their names. I also updated the Node, Puppeteer, Backend tests and Fixtures to support this change.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"assignee":{
|
||||
"type":"admin",
|
||||
"id":"1957471",
|
||||
"name":"Cordelia Lear",
|
||||
"name":"Cordelia, Lear's daughter",
|
||||
"email":"cordelia@zulip.com"
|
||||
},
|
||||
"conversation_message":{
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"assignee": {
|
||||
"type": "admin",
|
||||
"id": "1957471",
|
||||
"name": "Cordelia Lear",
|
||||
"name": "Cordelia, Lear's daughter",
|
||||
"email": "cordelia@zulip.com"
|
||||
},
|
||||
"conversation_message": {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "lead",
|
||||
"id": "5c96b58c27e3772c4751b2a3",
|
||||
"user_id": "ced6189f-e3b0-40b6-ab3a-9fdb27f4b3b0",
|
||||
"name": "Cordelia Lear",
|
||||
"name": "Cordelia, Lear's daughter",
|
||||
"email": "eg3800@mun.ca",
|
||||
"do_not_track": null
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"assignee":{
|
||||
"type": "admin",
|
||||
"id": "1957471",
|
||||
"name": "Cordelia Lear",
|
||||
"name": "Cordelia, Lear's daughter",
|
||||
"email": "cordelia@zulip.com"
|
||||
},
|
||||
"conversation_message":{
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"assignee": {
|
||||
"type": "admin",
|
||||
"id": "1957471",
|
||||
"name": "Cordelia Lear",
|
||||
"name": "Cordelia, Lear's daughter",
|
||||
"email": "cordelia@zulip.com"
|
||||
},
|
||||
"conversation_message": {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"assignee": {
|
||||
"type": "admin",
|
||||
"id": "1957471",
|
||||
"name": "Cordelia Lear",
|
||||
"name": "Cordelia, Lear's daughter",
|
||||
"email": "cordelia@zulip.com"
|
||||
},
|
||||
"conversation_message": {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"assignee": {
|
||||
"type": "admin",
|
||||
"id": "1957471",
|
||||
"name": "Cordelia Lear",
|
||||
"name": "Cordelia, Lear's daughter",
|
||||
"email": "cordelia@zulip.com"
|
||||
},
|
||||
"conversation_message": {
|
||||
|
||||
Reference in New Issue
Block a user