Skip to content

Commit

Permalink
Remove delete indicies and change show welcome screen to false
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Feb 4, 2024
1 parent ad4239a commit dd6a7ed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import { testIndexDataSet, BASE_PATH } from '../../../utils/constants';

describe('Before', () => {
before(() => {
cy.deleteAllIndices();

localStorage.setItem('home:welcome:show', 'true');
localStorage.setItem('home:welcome:show', 'false');

cy.visit(`${BASE_PATH}/app/home#/tutorial_directory/sampleData`);

Expand Down

0 comments on commit dd6a7ed

Please sign in to comment.