trimmed views are minimized by default
This commit is contained in:
parent
c25f33b181
commit
38b26784b6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user