mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
a6598b0899
commit
0348d8a8c1
1 changed files with 1 additions and 2 deletions
|
@ -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()}`
|
||||
|
|
Loading…
Reference in a new issue