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
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

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