Extend delay
This commit is contained in:
parent
3f7b27c266
commit
db939c5eea
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue