From b52749d2ceedd588f69d44d4d445a0f238ec6dd1 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sat, 1 Feb 2014 11:18:42 -0500 Subject: [PATCH] Add admin_tab to template test output. (imported from commit c364ea731f9833061b4fcc3551d5cc5a6a64e739) --- zerver/tests/frontend/node/templates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/zerver/tests/frontend/node/templates.js b/zerver/tests/frontend/node/templates.js index 77af5f45ca..a3a20d8e76 100644 --- a/zerver/tests/frontend/node/templates.js +++ b/zerver/tests/frontend/node/templates.js @@ -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() {