Changed button test to look for "Mark task done!" - to match button change

This commit is contained in:
David Morlitz 2022-01-08 15:49:50 -05:00
parent 6f5f7b190a
commit a6e7e6efa6
1 changed files with 1 additions and 1 deletions

View File

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