Merge branch 'main' into feature/login-improvements
This commit is contained in:
commit
cd92d224a2
60 changed files with 1300 additions and 1156 deletions
|
|
@ -128,7 +128,7 @@ describe('Task', () => {
|
|||
cy.visit(`/tasks/${tasks[0].id}`)
|
||||
|
||||
cy.get('.task-view .action-buttons .button')
|
||||
.contains('Done!')
|
||||
.contains('Mark task done!')
|
||||
.click()
|
||||
|
||||
cy.get('.task-view .heading .is-done')
|
||||
|
|
|
|||
Reference in a new issue