fix(tests): add more waits for namespaces loaded
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2022-01-30 14:00:14 +01:00
parent e6eb48b5af
commit 3212bc8e86
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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')