From db939c5eea601813aecdaac73a03df0067a44d61 Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Tue, 20 Jun 2023 15:32:37 +0200 Subject: [PATCH] Extend delay --- cypress/e2e/notifications.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");