Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjalKatiyar committed Jan 24, 2025
1 parent 992d164 commit ffaea68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/support/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit ffaea68

Please sign in to comment.