mirror of https://github.com/zulip/zulip.git
0c239c9ede
The get_rendered_messages now returns a Map, that is formatted as: { 'Verona > topic 1': ['message 1', 'message 2'], 'You and Cordelia Lear': ['private message 1'] } We also add check_messages_sent (which was expected_messages in casper). It now takes in a object, formatted similar to get_rendered_messages above, instead of an array with topic and messages. |
||
---|---|---|
.. | ||
common.js |