Commit 38b26784 authored by JC Brand's avatar JC Brand

trimmed views are minimized by default

parent c25f33b1
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
expect(trimmed_chatboxes.addChat).toHaveBeenCalled(); expect(trimmed_chatboxes.addChat).toHaveBeenCalled();
expect(chatboxview.hide).toHaveBeenCalled(); expect(chatboxview.hide).toHaveBeenCalled();
trimmedview = trimmed_chatboxes.get(jid); trimmedview = trimmed_chatboxes.get(jid);
expect(trimmedview.$el.is(":visible")).toBeTruthy();
} }
// Test that they can be maximized again // Test that they can be maximized again
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment