Skip to content

Commit

Permalink
Prevent Tenant Selection Popup to show during new E2E Test
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Klein <[email protected]>
  • Loading branch information
KleinSebastian committed Nov 20, 2024
1 parent c9396c7 commit d5bb312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cypress/e2e/oidc/oidc_auth_test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ describe('Log in via OIDC', () => {
failOnStatusCode: false,
});

sessionStorage.setItem('opendistro::security::tenant::show_popup', 'false');

kcLogin();
cy.getCookie('security_authentication').should('exist');

Expand Down

0 comments on commit d5bb312

Please sign in to comment.