This repository was archived by the owner on Sep 3, 2025. It is now read-only.
chore: remove dependabot updates #6672
Annotations
2 errors and 1 notice
|
tests/static/e2e/pages/auth-page.ts#L163
1) [chromium] › tests/static/e2e/drawer-functionality.spec.ts:9:7 › Drawer Functionality › Should open incident drawer
Error: page.waitForTimeout: Target page, context or browser has been closed
at pages/auth-page.ts:163
161 | }
162 | console.log(`Registration attempt ${retryCount} failed with error: ${error}, retrying...`)
> 163 | await this.page.waitForTimeout(2000) // Wait before retry
| ^
164 | }
165 | }
166 |
at AuthPage.registerNewUser (/home/runner/work/dispatch/dispatch/tests/static/e2e/pages/auth-page.ts:163:25)
at register (/home/runner/work/dispatch/dispatch/tests/static/e2e/utils/register.ts:7:3)
at /home/runner/work/dispatch/dispatch/tests/static/e2e/drawer-functionality.spec.ts:6:5
|
|
tests/static/e2e/drawer-functionality.spec.ts#L5
1) [chromium] › tests/static/e2e/drawer-functionality.spec.ts:9:7 › Drawer Functionality › Should open incident drawer
Test timeout of 200000ms exceeded while running "beforeEach" hook.
3 |
4 | test.describe("Drawer Functionality", () => {
> 5 | test.beforeEach(async ({ authPage }) => {
| ^
6 | await register(authPage)
7 | })
8 |
at /home/runner/work/dispatch/dispatch/tests/static/e2e/drawer-functionality.spec.ts:5:8
|
|
|
The logs for this run have expired and are no longer available.
Loading