Windowed notebook page down handling #349
Annotations
2 errors, 1 warning, and 1 notice
Test:
core/galata/test/documentation/general.test.ts#L82
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Error: Screenshot comparison failed:
54 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Welcome-documentation/jupyterlab-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Welcome-documentation/jupyterlab-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Welcome-documentation/jupyterlab-diff.png
80 | await page.mouse.up();
81 |
> 82 | expect(await page.screenshot()).toMatchSnapshot('jupyterlab.png');
| ^
83 | });
84 |
85 | test('Left Sidebar', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:82:37
|
Test:
core/galata/test/documentation/general.test.ts#L580
2) [documentation] › test/documentation/general.test.ts:549:7 › General › Kernels and Terminals ──
Error: Screenshot comparison failed:
506 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Kernels-and-Terminals-documentation/running-layout-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Kernels-and-Terminals-documentation/running-layout-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Kernels-and-Terminals-documentation/running-layout-diff.png
578 | expect(
579 | await page.screenshot({ clip: { y: 27, x: 0, width: 283, height: 400 } })
> 580 | ).toMatchSnapshot('running_layout.png');
| ^
581 | });
582 |
583 | test('Command Palette', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:580:7
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
2 flaky
[documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ──────────────────
[documentation] › test/documentation/general.test.ts:549:7 › General › Kernels and Terminals ───
60 passed (5.5m)
|
Loading