mirror of https://github.com/zulip/zulip.git
node tests: Clear state in narrow_unread test.
This commit is contained in:
parent
dd7420ff11
commit
164db57be1
|
@ -42,6 +42,9 @@ function candidate_ids() {
|
|||
}
|
||||
|
||||
run_test("get_unread_ids", () => {
|
||||
unread.declare_bankruptcy();
|
||||
narrow_state.reset_current_filter();
|
||||
|
||||
let unread_ids;
|
||||
let terms;
|
||||
|
||||
|
|
Loading…
Reference in New Issue