fix: test
This commit is contained in:
parent
1648bcdb70
commit
7dddfea79e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue