This repository was archived by the owner on Sep 3, 2025. It is now read-only.
chore(deps-dev): bump eslint-plugin-vuetify from 2.5.2 to 2.5.3 in /src/dispatch/static/dispatch #6641
Annotations
8 errors and 4 notices
|
[chromium] › tests/static/e2e/report-event.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an event:
tests/static/e2e/pages/auth-page.ts#L163
2) [chromium] › tests/static/e2e/report-event.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an event
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/report-event.spec.ts:6:5
|
|
[chromium] › tests/static/e2e/report-event.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an event:
tests/static/e2e/report-event.spec.ts#L5
2) [chromium] › tests/static/e2e/report-event.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an event
Test timeout of 200000ms exceeded while running "beforeEach" hook.
3 |
4 | test.describe("Authenticated Dispatch App", () => {
> 5 | test.beforeEach(async ({ authPage }) => {
| ^
6 | await register(authPage)
7 | }),
8 | test("Should allow me to report an event", async ({ page, reportEventPage }) => {
at /home/runner/work/dispatch/dispatch/tests/static/e2e/report-event.spec.ts:5:8
|
|
[chromium] › tests/static/e2e/report-case.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an case:
tests/static/e2e/pages/auth-page.ts#L163
1) [chromium] › tests/static/e2e/report-case.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an case
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/report-case.spec.ts:6:5
|
|
[chromium] › tests/static/e2e/report-case.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an case:
tests/static/e2e/report-case.spec.ts#L5
1) [chromium] › tests/static/e2e/report-case.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an case
Test timeout of 200000ms exceeded while running "beforeEach" hook.
3 |
4 | test.describe("Authenticated Dispatch App", () => {
> 5 | test.beforeEach(async ({ authPage }) => {
| ^
6 | await register(authPage)
7 | }),
8 | test("Should allow me to report an case", async ({ page, reportCasePage }) => {
at /home/runner/work/dispatch/dispatch/tests/static/e2e/report-case.spec.ts:5:8
|
|
[chromium] › tests/static/e2e/incidents-table.spec.ts:8:9 › Authenticated Dispatch App › The edit list should appear after clicking the incident edit kebab.:
tests/static/e2e/pages/auth-page.ts#L163
2) [chromium] › tests/static/e2e/incidents-table.spec.ts:8:9 › Authenticated Dispatch App › The edit list should appear after clicking the incident edit kebab.
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/incidents-table.spec.ts:6:5
|
|
[chromium] › tests/static/e2e/incidents-table.spec.ts:8:9 › Authenticated Dispatch App › The edit list should appear after clicking the incident edit kebab.:
tests/static/e2e/incidents-table.spec.ts#L5
2) [chromium] › tests/static/e2e/incidents-table.spec.ts:8:9 › Authenticated Dispatch App › The edit list should appear after clicking the incident edit kebab.
Test timeout of 200000ms exceeded while running "beforeEach" hook.
3 |
4 | test.describe("Authenticated Dispatch App", () => {
> 5 | test.beforeEach(async ({ authPage }) => {
| ^
6 | await register(authPage)
7 | }),
8 | test("The edit list should appear after clicking the incident edit kebab.", async ({ page,
at /home/runner/work/dispatch/dispatch/tests/static/e2e/incidents-table.spec.ts:5:8
|
|
[chromium] › tests/static/e2e/drawer-functionality.spec.ts:9:7 › Drawer Functionality › Should open incident drawer:
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
|
|
[chromium] › tests/static/e2e/drawer-functionality.spec.ts:9:7 › Drawer Functionality › Should open incident drawer:
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
|
|
🎭 Playwright Run Summary
1 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/static/e2e/report-case.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an case
[chromium] › tests/static/e2e/report-event.spec.ts:8:9 › Authenticated Dispatch App › Should allow me to report an event
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/static/e2e/drawer-functionality.spec.ts:9:7 › Drawer Functionality › Should open incident drawer
[chromium] › tests/static/e2e/incidents-table.spec.ts:8:9 › Authenticated Dispatch App › The edit list should appear after clicking the incident edit kebab.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report-shard-1
Expired
|
2.83 MB |
sha256:da5386d3cb4d3ef4b64708db1d8cf14cc6d874d055539d2888ab0c902f8d3d8b
|
|
|
playwright-report-shard-2
Expired
|
2.79 MB |
sha256:c8b6b6e4cdf72d8c8a26f5cc8b980eaf5253897cc3fba6acd99ba0802f7ee025
|
|
|
playwright-report-shard-3
Expired
|
177 KB |
sha256:59bc6d7cce09587f3126eb9f29dd13208fc78ab2aa8758d290905133bf7acc2b
|
|
|
playwright-report-shard-4
Expired
|
177 KB |
sha256:97ebe691068c0f6e36aa560e8283767b1b736825894fb8347e0bb0825b0c31a7
|
|