mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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:
@@ -50,7 +50,7 @@ class CommonUtils {
|
||||
};
|
||||
|
||||
fullname: Record<string, string> = {
|
||||
cordelia: "Cordelia Lear",
|
||||
cordelia: "Cordelia, Lear's daughter",
|
||||
othello: "Othello, the Moor of Venice",
|
||||
hamlet: "King Hamlet",
|
||||
};
|
||||
@@ -406,7 +406,7 @@ class CommonUtils {
|
||||
* This method returns a array, which is formmated as:
|
||||
* [
|
||||
* ['stream > topic', ['message 1', 'message 2']],
|
||||
* ['You and Cordelia Lear', ['message 1', 'message 2']]
|
||||
* ['You and Cordelia, Lear's daughter', ['message 1', 'message 2']]
|
||||
* ]
|
||||
*
|
||||
* The messages are sorted chronologically.
|
||||
|
||||
Reference in New Issue
Block a user