Merge branch 'main' into feature/vue3-modals-with-router-4

# Conflicts:
#	src/router/index.ts
#	src/views/tasks/TaskDetailView.vue
This commit is contained in:
kolaente 2022-01-18 21:47:17 +01:00
commit e2d9aa3d7f
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
62 changed files with 1180 additions and 1107 deletions

View file

@ -129,7 +129,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')