1
0

fix: test

This commit is contained in:
kolaente
2021-12-30 16:14:51 +01:00
parent 1648bcdb70
commit 7dddfea79e

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)
})