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

@@ -1642,7 +1642,7 @@ class StreamMessagesTest(ZulipTestCase):
).delete()
def mention_cordelia() -> Set[int]:
content = "test @**Cordelia Lear** rules"
content = "test @**Cordelia, Lear's daughter** rules"
user_ids = self._send_stream_message(
user=hamlet,