diff --git a/cypress/e2e/notifications.cy.js b/cypress/e2e/notifications.cy.js index 8fd20b52..1512bf0a 100644 --- a/cypress/e2e/notifications.cy.js +++ b/cypress/e2e/notifications.cy.js @@ -114,7 +114,7 @@ describe("email notification settings", () => { .should("be.checked"); cy.reload(); - cy.wait(1000); + cy.wait(2000); cy.get('[data-cy="it-checkbox-USER_INTERACTION"]') .should("exist") .should("be.checked");