diff --git a/cypress/e2e/misc/editor.spec.ts b/cypress/e2e/misc/editor.spec.ts index 3ed7a47dc..9ee25a70c 100644 --- a/cypress/e2e/misc/editor.spec.ts +++ b/cypress/e2e/misc/editor.spec.ts @@ -10,7 +10,7 @@ describe('Editor', () => { beforeEach(() => { NamespaceFactory.create(1) - const projects = ProjectFactory.create(1) + ProjectFactory.create(1) TaskFactory.truncate() UserProjectFactory.truncate() })