diff --git a/cypress/integration/list/list-history.spec.js b/cypress/integration/list/list-history.spec.js index 36b74ad4f..ba8d69e06 100644 --- a/cypress/integration/list/list-history.spec.js +++ b/cypress/integration/list/list-history.spec.js @@ -33,8 +33,12 @@ describe('List History', () => { cy.wait('@loadNamespaces') cy.wait('@loadList') - cy.visit('/') - cy.wait('@loadNamespaces') + // cy.visit('/') + // cy.wait('@loadNamespaces') + // Not using cy.visit here to work around the redirect issue fixed in #1337 + cy.get('nav.menu.top-menu a') + .contains('Overview') + .click() cy.get('body') .should('contain', 'Last viewed')