fix: set test fixture in e2e test
Fixes a regression introduced in 63b1082951
This commit is contained in:
parent
86fb28c732
commit
c1ce33019c
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue