fix(tests): add more waits for namespaces loaded
This commit is contained in:
parent
e6eb48b5af
commit
3212bc8e86
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ describe('List History', () => {
|
|||
const lists = ListFactory.create(6)
|
||||
|
||||
cy.visit('/')
|
||||
cy.wait('@loadNamespaces')
|
||||
cy.get('h3')
|
||||
.contains('Last viewed')
|
||||
.should('not.exist')
|
||||
|
|
Loading…
Reference in a new issue