build(deps-dev): Bump the dev-dependencies group with 2 updates #374
ci.yml
on: pull_request
lint-typecheck-test
1m 23s
e2e
2m 13s
Annotations
2 errors, 3 warnings, and 2 notices
|
e2e
Process completed with exit code 1.
|
|
tests/e2e/restore-on-relaunch.spec.ts:36:1 › relaunching restores workspaces:
packages/desktop/tests/e2e/restore-on-relaunch.spec.ts#L84
2) tests/e2e/restore-on-relaunch.spec.ts:36:1 › relaunching restores workspaces, the active workspace, and open tabs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('button', { name: /open instance sticky/i })
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for getByRole('button', { name: /open instance sticky/i })
82 | // a passing cold start completes in 2-5s; the budget covers slow
83 | // CI without the absurd ceilings the two-launch design needed.
> 84 | await expect(h.shell.getByRole('button', { name: /open instance sticky/i })).toBeVisible({ timeout: 30_000 });
| ^
85 | await expect(h.shell.getByRole('tab', { name: /survives-restart/ })).toBeVisible({ timeout: 30_000 });
86 | } finally {
87 | await h.app.close();
at /home/runner/work/etherpad-desktop/etherpad-desktop/packages/desktop/tests/e2e/restore-on-relaunch.spec.ts:84:82
|
|
lint-typecheck-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e
No files were found with the provided path: packages/desktop/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (8.1s)
|
|
🎭 Playwright Run Summary
1 failed
tests/e2e/restore-on-relaunch.spec.ts:36:1 › relaunching restores workspaces, the active workspace, and open tabs
1 flaky
tests/e2e/dark-mode.spec.ts:4:1 › dark mode applies a dark body background ─────────────────────
2 skipped
65 passed (1.5m)
|