mirror of https://github.com/zulip/zulip.git
Add stream_member_list_entry to template test output.
(imported from commit cfd420f7337e315a5b3f1665fdc09faaadf0bfab)
This commit is contained in:
parent
ac57c3c16b
commit
001d447e0f
|
@ -419,6 +419,8 @@ function render(template_name, args) {
|
||||||
_.each(admin_items, function (item) {
|
_.each(admin_items, function (item) {
|
||||||
assert.equal($(html).find("." + item).length, 1);
|
assert.equal($(html).find("." + item).length, 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
global.write_test_output("stream_member_list_entry.handlebars", html);
|
||||||
}());
|
}());
|
||||||
|
|
||||||
(function stream_sidebar_actions() {
|
(function stream_sidebar_actions() {
|
||||||
|
|
Loading…
Reference in New Issue