fix: task done label test

This commit is contained in:
Dominik Pschenitschni 2021-11-18 11:12:57 +01:00
parent e78d47fdcf
commit da8cf13619
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ describe('Task', () => {
.should('be.visible')
.should('contain', 'Done')
cy.get('.task-view .action-buttons p.created')
.scrollIntoView()
.should('be.visible')
.should('contain', 'Done')
})