Skip to content

Commit

Permalink
oct-2125: settings e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Dec 4, 2024
1 parent 70f2dc9 commit 69131b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/cypress/e2e/_12settings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ Object.values(viewports).forEach(
cy.getAllLocalStorage().then(() => {
expect(localStorage.getItem(IS_ONBOARDING_ALWAYS_VISIBLE)).eq('true');
});

cy.reload();
cy.get('[data-test=ModalOnboarding]').should('be.visible');
cy.get('[data-test=ModalOnboarding__Button]').click();
Expand Down

0 comments on commit 69131b9

Please sign in to comment.