mirror of https://github.com/zulip/zulip.git
Add admin_tab to template test output.
(imported from commit c364ea731f9833061b4fcc3551d5cc5a6a64e739)
This commit is contained in:
parent
001d447e0f
commit
b52749d2ce
|
@ -72,6 +72,7 @@ function render(template_name, args) {
|
|||
_.each(admin_features, function (admin_feature) {
|
||||
assert.notEqual($(html).find("#" + admin_feature).length, 0);
|
||||
});
|
||||
global.write_test_output("admin_tab.handlebars", html);
|
||||
}());
|
||||
|
||||
(function admin_streams_list() {
|
||||
|
|
Loading…
Reference in New Issue