chore(deps): bump svelte from 5.56.10 to 5.57.0 #6733
Annotations
3 errors and 1 notice
|
Run Playwright E2E tests
Process completed with exit code 1.
|
|
Run Playwright E2E tests:
tests/spec/project.spec.ts#L726
1) [chromium] › spec/project.spec.ts:592:2 › New Compose Project Page › should create a new project successfully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/projects\/288280db-ba6e-4283-89bc-991d32121d5e/
Received string: "http://localhost:3002/dashboard"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
4 × locator resolved to <html lang="%lang%">…</html>
- unexpected value "http://localhost:3002/dashboard"
10 × locator resolved to <html lang="%lang%" data-theme="">…</html>
- unexpected value "http://localhost:3002/dashboard"
Call Log:
- Timeout 60000ms exceeded while waiting on the predicate
724 | timeout: 10000
725 | });
> 726 | }).toPass({ timeout: 60000 });
| ^
727 | await expect
728 | .poll(async () => (await fetchProjectDetail(page, projectId))?.status, {
729 | message: 'Expected project to still be running after reload',
at /home/runner/work/arcane/arcane/tests/spec/project.spec.ts:726:7
|
|
Run Playwright E2E tests:
tests/spec/project.spec.ts#L726
1) [chromium] › spec/project.spec.ts:592:2 › New Compose Project Page › should create a new project successfully
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/projects\/31b8ce91-b18b-405a-b693-6cd4dd22f7c6/
Received string: "http://localhost:3002/dashboard"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
3 × locator resolved to <html lang="%lang%">…</html>
- unexpected value "http://localhost:3002/dashboard"
11 × locator resolved to <html lang="%lang%" data-theme="">…</html>
- unexpected value "http://localhost:3002/dashboard"
Call Log:
- Timeout 60000ms exceeded while waiting on the predicate
724 | timeout: 10000
725 | });
> 726 | }).toPass({ timeout: 60000 });
| ^
727 | await expect
728 | .poll(async () => (await fetchProjectDetail(page, projectId))?.status, {
729 | message: 'Expected project to still be running after reload',
at /home/runner/work/arcane/arcane/tests/spec/project.spec.ts:726:7
|
|
Run Playwright E2E tests
1 flaky
[chromium] › spec/project.spec.ts:592:2 › New Compose Project Page › should create a new project successfully
3 skipped
259 passed (15.2m)
|
background
wait
wait-all
cancel
parallel
Loading