chore: bump up all non-major dependencies #9435
Annotations
3 errors, 2 warnings, and 1 notice
Setup Node.js
Process completed with exit code 1.
|
Run playwright tests:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L1
1) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L55
1) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
Error: page.waitForTimeout: Test timeout of 50000ms exceeded.
53 | expect(result).toBe(1);
54 | await page.reload();
> 55 | await page.waitForTimeout(4000);
| ^
56 | const result1 = await getPagesCount(page);
57 | expect(result1).toBe(1);
58 | const currentWorkspace = await workspace.current();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:55:14
|
Run playwright tests:
tests/affine-local/local-first-workspace.spec.ts#L1
tests/affine-local/local-first-workspace.spec.ts took 41.6s
|
Run playwright tests:
tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 27.5s
|
Run playwright tests
1 flaky
local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ───────────
1 skipped
24 passed (3.1m)
|
Loading