mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-28 18:38:24 -05:00
fix: set test fixture in e2e test
Fixes a regression introduced in 63b1082951
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user