docker: make plugin_packages volume mountpoint writable#8042
Open
alazarlemma02 wants to merge 3 commits into
Open
docker: make plugin_packages volume mountpoint writable#8042alazarlemma02 wants to merge 3 commits into
plugin_packages volume mountpoint writable#8042alazarlemma02 wants to merge 3 commits into
Annotations
1 error, 1 warning, and 1 notice
|
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: < 578
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
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading