build(deps-dev): bump mocha from 12.0.0 to 12.0.2 in the dev-dependencies group #9642
Triggered via pull request
September 18, 2026 15:24
Status
Success
Total duration
5m 41s
Artifacts
–
frontend-tests.yml
on: pull_request
Playwright Chrome
3m 58s
Playwright Firefox
5m 7s
Playwright Chrome with plugins
3m 56s
Playwright Firefox with plugins
5m 14s
Annotations
2 errors, 4 warnings, and 8 notices
|
[chromium] › tests/frontend-new/specs/undo_redo_scroll.spec.ts:31:7 › Undo scroll-to-caret (#7007) › Ctrl+Z scrolls viewport up when the caret lands above the view:
src/tests/frontend-new/specs/undo_redo_scroll.spec.ts#L74
1) [chromium] › tests/frontend-new/specs/undo_redo_scroll.spec.ts:31:7 › Undo scroll-to-caret (#7007) › Ctrl+Z scrolls viewport up when the caret lands above the view
Error: expect(received).toBeLessThan(expected)
Expected: < 577
Received: 578
72 | // Pre-fix: scrollAfter ≈ scrollBefore (no scroll).
73 | // Fixed: scrollAfter < scrollBefore (viewport moved up toward the caret).
> 74 | expect(scrollAfter).toBeLessThan(scrollBefore);
| ^
75 | });
76 |
77 | test('Ctrl+Z scrolls viewport down when the caret lands below the view', async function ({page}) {
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/undo_redo_scroll.spec.ts:74:25
|
|
[firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider:
src/tests/frontend-new/specs/timeslider_follow.spec.ts#L48
1) [firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= -134
Received: 0
46 | });
47 |
> 48 | expect(currentOffset).toBeLessThanOrEqual(originalTop);
| ^
49 | });
50 |
51 | /**
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/timeslider_follow.spec.ts:48:27
|
|
Playwright Chrome
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Playwright Chrome with plugins
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Playwright Firefox
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Playwright Firefox with plugins
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 skipped
244 passed (2.9m)
|
|
Playwright Chrome
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/frontend-new/specs/undo_redo_scroll.spec.ts:31:7 › Undo scroll-to-caret (#7007) › Ctrl+Z scrolls viewport up when the caret lands above the view
2 skipped
269 passed (3.0m)
|
|
Playwright Chrome with plugins
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/frontend-new/specs/timeslider_follow.spec.ts:15:7 › timeslider follow › content as it's added to timeslider
2 skipped
242 passed (4.2m)
|
|
Playwright Firefox
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
|
🎭 Playwright Run Summary
3 skipped
269 passed (4.0m)
|
|
Playwright Firefox with plugins
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|