From d7c02ff53127ba42f932b62b22ea72f850635a7e Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Fri, 28 Feb 2025 07:28:04 -0800 Subject: [PATCH] Just wait for window to open --- e2e/components/apps/index.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/components/apps/index.spec.ts b/e2e/components/apps/index.spec.ts index 65a41712..018c83da 100644 --- a/e2e/components/apps/index.spec.ts +++ b/e2e/components/apps/index.spec.ts @@ -29,7 +29,7 @@ test.describe("can open app", () => { // NOTE: Some apps fully load AFTER the window has transitioned // eslint-disable-next-line playwright/no-wait-for-timeout - await page.waitForTimeout(TRANSITIONS_IN_MILLISECONDS.WINDOW * 2); + await page.waitForTimeout(TRANSITIONS_IN_MILLISECONDS.WINDOW); if (hasWindow) await windowsAreVisible({ page }); if (!hideTaskbarEntry) await taskbarEntriesAreVisible({ page });