fix(tests): don't assert for h3 anymore
This commit is contained in:
parent
6ab7aac5ce
commit
05350affad
1 changed files with 2 additions and 3 deletions
|
@ -36,9 +36,8 @@ describe('List History', () => {
|
|||
cy.visit('/')
|
||||
cy.wait('@loadNamespaces')
|
||||
|
||||
cy.get('h3')
|
||||
.contains('Last viewed')
|
||||
.should('exist')
|
||||
cy.get('body')
|
||||
.should('contain', 'Last viewed')
|
||||
cy.get('.list-cards-wrapper-2-rows')
|
||||
.should('not.contain', lists[0].title)
|
||||
.should('contain', lists[1].title)
|
||||
|
|
Loading…
Reference in a new issue