fix(tests): add more waits for namespaces loaded
This commit is contained in:
parent
e6eb48b5af
commit
3212bc8e86
@ -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…
x
Reference in New Issue
Block a user