Fix flaky test part 2
This commit is contained in:
parent
d172d99b49
commit
eaec8c77d2
1 changed files with 2 additions and 3 deletions
|
@ -361,9 +361,8 @@ describe('Lists', () => {
|
||||||
})
|
})
|
||||||
cy.visit('/lists/1/kanban')
|
cy.visit('/lists/1/kanban')
|
||||||
|
|
||||||
cy.get('.kanban .bucket .tasks .task')
|
cy.get('.kanban .bucket .tasks')
|
||||||
.contains(tasks[0].title)
|
.should('contain', tasks[0].title)
|
||||||
.should('exist')
|
|
||||||
|
|
||||||
cy.get('.kanban .bucket .tasks .task')
|
cy.get('.kanban .bucket .tasks .task')
|
||||||
.contains(tasks[0].title)
|
.contains(tasks[0].title)
|
||||||
|
|
Loading…
Reference in a new issue