From ffaea685ac26cd6a1acfcacf9c586de25094ae31 Mon Sep 17 00:00:00 2001 From: SanjalKatiyar Date: Fri, 24 Jan 2025 21:59:33 +0530 Subject: [PATCH] fix e2e tests --- cypress/support/login.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress/support/login.ts b/cypress/support/login.ts index 126a87500..a8708e3a5 100644 --- a/cypress/support/login.ts +++ b/cypress/support/login.ts @@ -33,6 +33,8 @@ Cypress.Commands.add( const idp = provider || KUBEADMIN_IDP; cy.task('log', ` Logging in as ${username || KUBEADMIN_USERNAME}`); + // eslint-disable-next-line cypress/no-unnecessary-waiting + cy.wait(5000); cy.byLegacyTestID('login').should('be.visible'); // eslint-disable-next-line cypress/require-data-selectors cy.get('body').then(($body) => {