mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
message_list_view: Fix failing test.
It was throwing error when running test for message_list_view without failing the entire test suite.
This commit is contained in:
@@ -367,6 +367,7 @@ test("muted_message_vars", () => {
|
||||
|
||||
test("merge_message_groups", ({mock_template}) => {
|
||||
mock_template("message_list.hbs", false, () => "<message-list-stub>");
|
||||
mock_template("bookend.hbs", false, () => "<bookend-stub>");
|
||||
// MessageListView has lots of DOM code, so we are going to test the message
|
||||
// group merging logic on its own.
|
||||
|
||||
|
Reference in New Issue
Block a user