Fix test
This commit is contained in:
parent
a9e58a8e21
commit
198633c51d
1 changed files with 3 additions and 2 deletions
|
@ -61,8 +61,9 @@ describe('Lists', () => {
|
|||
cy.get('.list-title a.icon')
|
||||
.should('have.attr', 'href')
|
||||
.and('include', '/lists/1/edit')
|
||||
cy.get('.list-is-empty-notice')
|
||||
.should('contain', 'This list is currently empty.')
|
||||
cy.get('p')
|
||||
.contains('This list is currently empty.')
|
||||
.should('exist')
|
||||
})
|
||||
|
||||
it('Should navigate to the task when the title is clicked', () => {
|
||||
|
|
Loading…
Reference in a new issue