From 0348d8a8c13ae8d020f4d0033b6ff9ba4b67bb2b Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Mon, 26 Aug 2024 10:46:51 +0200 Subject: [PATCH] Merge pull request #20119 from overleaf/jpa-fix-creating-templates-from-zip [web] fix creating projects from template zipUrl GitOrigin-RevId: fd19babff7f241687b924810f7071382ef9fdb4d --- server-ce/test/templates.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()}`