diff --git a/test/cypress/e2e/oidc/oidc_auth_test.spec.js b/test/cypress/e2e/oidc/oidc_auth_test.spec.js index 01c7973a..fa44afa5 100644 --- a/test/cypress/e2e/oidc/oidc_auth_test.spec.js +++ b/test/cypress/e2e/oidc/oidc_auth_test.spec.js @@ -96,7 +96,6 @@ describe('Log in via OIDC', () => { cy.get('h1').contains('Get started'); }); - it('Login to Dashboard preserving Tenant', () => { const startUrl = `http://localhost:5601${basePath}/app/dashboards?security_tenant=private#/list`; @@ -113,6 +112,8 @@ describe('Log in via OIDC', () => { }); }); + localStorage.setItem('home:newThemeModal:show', 'false'); + cy.get('#user-icon-btn').should('be.visible'); cy.get('#user-icon-btn').click();