mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
node tests: Explicitly set page_params values.
This commit is contained in:
committed by
Steve Howell
parent
5fe8bbd9da
commit
58d5778368
@@ -277,6 +277,8 @@ run_test("reaction", (override) => {
|
||||
});
|
||||
|
||||
run_test("realm settings", (override) => {
|
||||
page_params.is_admin = true;
|
||||
|
||||
override(settings_org, "sync_realm_settings", noop);
|
||||
override(settings_bots, "update_bot_permissions_ui", noop);
|
||||
override(notifications, "redraw_title", noop);
|
||||
|
||||
Reference in New Issue
Block a user