From 5500a6bd67895a83a8d58fb765ea57d38cb8bc94 Mon Sep 17 00:00:00 2001 From: tmaleckiplacester Date: Tue, 24 Dec 2024 10:03:10 +0100 Subject: [PATCH] CP-2291 Change to speed up tests --- .../src/specs/help/contact-support-happy-path.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/mudita-center-e2e/src/specs/help/contact-support-happy-path.ts b/apps/mudita-center-e2e/src/specs/help/contact-support-happy-path.ts index 1719de9dae..0b3ca4b5c9 100644 --- a/apps/mudita-center-e2e/src/specs/help/contact-support-happy-path.ts +++ b/apps/mudita-center-e2e/src/specs/help/contact-support-happy-path.ts @@ -16,9 +16,8 @@ describe("Mock Using Contact Support Form", () => { before(async () => { dns.setDefaultResultOrder("ipv4first") const notNowButton = await HomePage.notNowButton - await notNowButton.waitForDisplayed() + await notNowButton.waitForDisplayed({timeout: 20000}) await notNowButton.click() - await sleep(20000) }) it("Open Help window and check if Contact Support modal opens up", async () => {