Fix test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-18 22:17:17 +01:00
parent a9e58a8e21
commit 198633c51d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -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', () => {