mirror of https://github.com/zulip/zulip.git
node tests: Avoid use of stub_selector.
We will eliminate this soon.
This commit is contained in:
parent
d62ef78e9c
commit
aed5b65525
|
@ -108,7 +108,7 @@ run_test("redraw_left_panel", (override) => {
|
|||
};
|
||||
}
|
||||
|
||||
$.stub_selector("#subscriptions_table .stream-row", sub_stubs);
|
||||
$.create("#subscriptions_table .stream-row", {children: sub_stubs});
|
||||
|
||||
let ui_called = false;
|
||||
ui.reset_scrollbar = function (elem) {
|
||||
|
|
Loading…
Reference in New Issue