Fix flaky test part 2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-22 00:11:55 +01:00
parent d172d99b49
commit eaec8c77d2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 3 deletions

View File

@ -361,9 +361,8 @@ describe('Lists', () => {
})
cy.visit('/lists/1/kanban')
cy.get('.kanban .bucket .tasks .task')
.contains(tasks[0].title)
.should('exist')
cy.get('.kanban .bucket .tasks')
.should('contain', tasks[0].title)
cy.get('.kanban .bucket .tasks .task')
.contains(tasks[0].title)