This commit is contained in:
kolaente 2021-01-18 22:17:17 +01:00
parent a9e58a8e21
commit 198633c51d
Signed by untrusted user: 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') cy.get('.list-title a.icon')
.should('have.attr', 'href') .should('have.attr', 'href')
.and('include', '/lists/1/edit') .and('include', '/lists/1/edit')
cy.get('.list-is-empty-notice') cy.get('p')
.should('contain', 'This list is currently empty.') .contains('This list is currently empty.')
.should('exist')
}) })
it('Should navigate to the task when the title is clicked', () => { it('Should navigate to the task when the title is clicked', () => {