fix: task done label test
This commit is contained in:
parent
e78d47fdcf
commit
da8cf13619
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue