From c1ce33019c5e8bdfb7d07c657799255b3a53c41e Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 18 Aug 2025 11:55:55 +0200 Subject: [PATCH] fix: set test fixture in e2e test Fixes a regression introduced in 63b1082951656c46b0135e3114c4c97c6d9a9ebb --- frontend/cypress/e2e/project/project-view-gantt.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/e2e/project/project-view-gantt.spec.ts b/frontend/cypress/e2e/project/project-view-gantt.spec.ts index af0aad667..0009562b0 100644 --- a/frontend/cypress/e2e/project/project-view-gantt.spec.ts +++ b/frontend/cypress/e2e/project/project-view-gantt.spec.ts @@ -53,7 +53,7 @@ describe('Project View Gantt', () => { cy.visit('/projects/1/2') cy.get('.gantt-options .fancy-checkbox') - .contains('Show tasks without dates') + .contains('Show tasks without date') .click() cy.get('.gantt-rows')