Extend delay

This commit is contained in:
Elia Bieri 2023-06-20 15:32:37 +02:00
parent 3f7b27c266
commit db939c5eea
1 changed files with 1 additions and 1 deletions

View File

@ -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");