From 3212bc8e8684a65fe1308b7777426347bde0d8f7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 30 Jan 2022 14:00:14 +0100 Subject: [PATCH] fix(tests): add more waits for namespaces loaded --- cypress/integration/list/list-history.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/list/list-history.spec.js b/cypress/integration/list/list-history.spec.js index 975de17dcc..57e8021488 100644 --- a/cypress/integration/list/list-history.spec.js +++ b/cypress/integration/list/list-history.spec.js @@ -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')