Skip to content

Commit

Permalink
Fix ESLint issues and try fixing new tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Klein <[email protected]>
  • Loading branch information
KleinSebastian committed Nov 18, 2024
1 parent a3d8a35 commit c9396c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cypress/e2e/oidc/oidc_auth_test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;

Expand All @@ -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();

Expand Down

0 comments on commit c9396c7

Please sign in to comment.