fix: test
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-12-30 16:14:51 +01:00
parent 1648bcdb70
commit 7dddfea79e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ describe('Lists', () => {
.should('contain', newListName)
.should('not.contain', lists[0].title)
cy.visit('/')
cy.get('.card-content .tasks')
cy.get('.card-content')
.should('contain', newListName)
.should('not.contain', lists[0].title)
})