From 7c43b7385d5f07a1b3fa6aff04105644145bf901 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Thu, 19 Jan 2023 14:28:47 +0100 Subject: [PATCH] fix comment --- cypress/e2e/project/project-view-list.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/project/project-view-list.spec.ts b/cypress/e2e/project/project-view-list.spec.ts index 8e2dfe1d7..ea4ecd1e7 100644 --- a/cypress/e2e/project/project-view-list.spec.ts +++ b/cypress/e2e/project/project-view-list.spec.ts @@ -68,7 +68,7 @@ describe('Project View Project', () => { .should('not.exist') }) - it('Should only show the color of a project in the navigation and not in the project view', () => { + it('Should only show the color of a project in the navigation and not in the list view', () => { const projects = ProjectFactory.create(1, { hex_color: '00db60', })