Just wait for window to open
Some checks are pending
Tests / tests (push) Waiting to run

This commit is contained in:
Dustin Brett
2025-02-28 07:28:04 -08:00
parent ab4b14ddc4
commit d7c02ff531

View File

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