fix(tests): assert absence of last viewed headline more precisely
This commit is contained in:
parent
3212bc8e86
commit
6c1857b133
1 changed files with 2 additions and 3 deletions
|
@ -10,9 +10,8 @@ describe('List History', () => {
|
|||
|
||||
cy.visit('/')
|
||||
cy.wait('@loadNamespaces')
|
||||
cy.get('h3')
|
||||
.contains('Last viewed')
|
||||
.should('not.exist')
|
||||
cy.get('body')
|
||||
.should('not.contain', 'Last viewed')
|
||||
|
||||
cy.visit(`/lists/${lists[0].id}`)
|
||||
cy.wait('@loadNamespaces')
|
||||
|
|
Loading…
Reference in a new issue