Merge pull request #20119 from overleaf/jpa-fix-creating-templates-from-zip

[web] fix creating projects from template zipUrl

GitOrigin-RevId: fd19babff7f241687b924810f7071382ef9fdb4d
This commit is contained in:
Jakob Ackermann 2024-08-26 10:46:51 +02:00 committed by Copybot
parent a6598b0899
commit 0348d8a8c1

View file

@ -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()}`