From 50e6734c9c7c4aa6504c716b07fe4c68e22568e5 Mon Sep 17 00:00:00 2001 From: jenny-s51 Date: Mon, 21 Jun 2021 14:03:18 -0400 Subject: [PATCH] increase wait --- cypress/integration/realm_settings_test.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/realm_settings_test.spec.ts b/cypress/integration/realm_settings_test.spec.ts index aec6a12c81..815076cebb 100644 --- a/cypress/integration/realm_settings_test.spec.ts +++ b/cypress/integration/realm_settings_test.spec.ts @@ -70,7 +70,7 @@ describe("Realm settings", () => { realmSettingsPage.save(realmSettingsPage.emailSaveBtn); cy.getId(realmSettingsPage.testConnectionButton).click(); - cy.wait(1000); + cy.wait(5000); masthead.checkNotificationMessage("Error! Failed to send email."); });