diff --git a/test/template-helpers.js b/test/template-helpers.js index 25f6fed3de..de06d74109 100644 --- a/test/template-helpers.js +++ b/test/template-helpers.js @@ -148,7 +148,19 @@ describe('helpers', () => { read: true, }; const html = helpers.spawnPrivilegeStates('guests', privs); - assert.equal(html, ''); + assert.equal(html, ` + +
+ +
+ +\t\t\t + +
+ +
+ + `); done(); });