Fix flaky test

This commit is contained in:
kolaente 2021-01-22 00:00:58 +01:00
parent ddadd89c64
commit d172d99b49
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

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