Fix list tests
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-01-21 23:29:27 +01:00
parent 877376153e
commit 8c6a7f6946
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

@ -142,9 +142,8 @@ describe('Lists', () => {
})
cy.visit('/lists/1/table')
cy.get('.table-view table.table a')
cy.get('.table-view table.table')
.contains(tasks[0].title)
.first()
.click()
cy.url()
@ -364,7 +363,6 @@ describe('Lists', () => {
cy.get('.kanban .bucket .tasks .task')
.contains(tasks[0].title)
.first()
.click()
cy.url()