fix: set test fixture in e2e test

Fixes a regression introduced in 63b1082951
This commit is contained in:
kolaente
2025-08-18 11:55:55 +02:00
parent 86fb28c732
commit c1ce33019c

View File

@@ -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')