Samuel Attard
5f7a2f99e1
fix: await closeWindow's assert-no-windows check; add no-unawaited-load lint rule
...
closeWindow's assertNotWindows path scheduled a detached setTimeout that
asserted BaseWindow.getAllWindows().length === 0; by the time the timer
fired the next test's beforeEach had created windows, so the assertion
rejected unhandled. Now it's an inline awaited check so the failure is
attributed to the right test.
no-unawaited-load flags loadURL()/loadFile() calls whose promise isn't
awaited, returned, assigned, .then/.catch'd, passed as an argument, or
explicitly voided. 393 warnings across spec/ — set to 'warn' for now.
2026-04-13 00:59:28 -07:00
..
2026-04-13 00:59:19 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-04-13 00:59:28 -07:00
2026-04-10 09:41:45 +02:00
2026-04-12 02:03:04 -07:00
2025-10-14 15:46:12 +02:00
2026-03-23 09:49:48 +01:00
2026-04-12 02:03:04 -07:00
2023-11-03 15:37:55 -04:00
2023-06-22 16:21:42 +02:00
2026-04-12 02:03:04 -07:00
2025-05-30 10:59:11 +02:00
2026-04-12 02:03:04 -07:00
2024-03-21 09:48:23 -04:00
2026-04-12 02:03:04 -07:00
2024-03-21 09:48:23 -04:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2024-11-14 12:27:20 +01:00
2024-12-12 11:51:24 -05:00
2024-09-17 01:38:56 -07:00
2026-04-12 02:03:04 -07:00
2024-03-21 09:48:23 -04:00
2025-01-13 22:36:03 -05:00
2024-02-08 13:47:59 -05:00
2022-04-12 13:21:55 +02:00
2024-10-02 19:10:44 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2026-02-26 10:32:14 -05:00
2026-04-12 02:03:04 -07:00
2026-04-12 02:03:04 -07:00
2024-03-21 09:48:23 -04:00
2026-04-12 02:03:04 -07:00
2026-03-18 19:14:49 -04:00
2025-01-20 11:05:40 +01:00
2026-04-12 02:03:04 -07:00
2026-04-10 13:43:25 -04:00
2026-04-12 02:03:04 -07:00
2026-03-18 19:14:49 -04:00
2026-04-13 00:59:19 -07:00
2025-10-23 15:20:04 -04:00
2026-02-18 13:24:29 -05:00
2024-03-21 09:48:23 -04:00
2024-03-21 09:48:23 -04:00
2024-03-21 09:48:23 -04:00
2024-03-21 09:48:23 -04:00
2026-04-13 00:59:19 -07:00
2025-12-10 14:04:14 -05:00
2025-11-13 10:43:53 +01:00