mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user