node tests: Avoid use of stub_selector.

We will eliminate this soon.
This commit is contained in:
Steve Howell 2021-02-22 16:01:42 +00:00 committed by Steve Howell
parent d62ef78e9c
commit aed5b65525
1 changed files with 1 additions and 1 deletions

View File

@ -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) {