Change kanban task card assertion again
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-01-23 17:59:33 +01:00
parent f03a2604fe
commit 28cfdef12d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 3 deletions

View File

@ -364,9 +364,6 @@ describe('Lists', () => {
cy.get('.kanban .bucket .tasks .task')
.contains(tasks[0].title)
.should('exist')
cy.get('.kanban .bucket .tasks .task')
.contains(tasks[0].title)
.click()
cy.url()