diff --git a/server-ce/test/templates.spec.ts b/server-ce/test/templates.spec.ts index 4f6b44acd8..b9cc3f87eb 100644 --- a/server-ce/test/templates.spec.ts +++ b/server-ce/test/templates.spec.ts @@ -47,8 +47,7 @@ describe('Templates', () => { cy.url().should('match', /\/templates$/) }) - // eslint-disable-next-line mocha/no-skipped-tests - it.skip('should have templates feature', () => { + it('should have templates feature', () => { login(TEMPLATES_USER) const name = `Template ${Date.now()}` const description = `Template Description ${Date.now()}`