Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Mar 14, 2024
1 parent dbab8c7 commit 4bf79b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const createDataSource = () => {

describe('Multi-datasources enabled', () => {
it('Sanity checks the cluster selector is visible when multi datasources is enabled', () => {
localStorage.setItem('opendistro::security::tenant::saved', '""');
localStorage.setItem('home:newThemeModal:show', 'false');
createDataSource();

cy.visit('http://localhost:5601/app/security-dashboards-plugin#/getstarted');
Expand Down

0 comments on commit 4bf79b7

Please sign in to comment.