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:
Arun Sankar
2021-04-11 10:26:54 -04:00
committed by Tim Abbott
parent d99e2d5a3a
commit 146b32d63a
27 changed files with 114 additions and 101 deletions

View File

@@ -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.