Disable test checking in jest #379
Annotations
7 errors, 1 warning, and 1 notice
Test:
core/galata/test/documentation/workspaces.test.ts#L90
1) [documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
Error: Screenshot comparison failed:
287 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation/workspaces-sidebar-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation/workspaces-sidebar-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation/workspaces-sidebar-diff.png
88 | expect(
89 | await page.screenshot({ clip: { y: 0, x: 0, width: 400, height: 420 } })
> 90 | ).toMatchSnapshot('workspaces_sidebar.png');
| ^
91 | });
92 | });
93 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:90:7
|
Test:
core/galata/test/documentation/workspaces.test.ts#L90
1) [documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
287 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation-retry1/workspaces-sidebar-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation-retry1/workspaces-sidebar-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation-retry1/workspaces-sidebar-diff.png
88 | expect(
89 | await page.screenshot({ clip: { y: 0, x: 0, width: 400, height: 420 } })
> 90 | ).toMatchSnapshot('workspaces_sidebar.png');
| ^
91 | });
92 | });
93 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:90:7
|
Test:
core/galata/test/documentation/workspaces.test.ts#L90
1) [documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
287 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation-retry2/workspaces-sidebar-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation-retry2/workspaces-sidebar-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-workspaces-Workspaces-sidebar-Workspaces-context-menu-documentation-retry2/workspaces-sidebar-diff.png
88 | expect(
89 | await page.screenshot({ clip: { y: 0, x: 0, width: 400, height: 420 } })
> 90 | ).toMatchSnapshot('workspaces_sidebar.png');
| ^
91 | });
92 | });
93 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:90:7
|
Test:
core/galata/test/documentation/general.test.ts#L575
2) [documentation] › test/documentation/general.test.ts:549:7 › General › Kernels and Terminals ──
Error: expect(received).toHaveCount(expected) // deep equality
Expected: 2
Received: 0
Call log:
- expect.soft.toHaveCount with timeout 5000ms
- waiting for locator('.jp-RunningSessions-item.jp-mod-kernel')
- locator resolved to 0 elements
- unexpected value "0"
- waiting for locator('.jp-RunningSessions-item.jp-mod-kernel')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
573 | await expect
574 | .soft(page.locator('.jp-RunningSessions-item.jp-mod-kernel'))
> 575 | .toHaveCount(2, { timeout: 5000 });
| ^
576 |
577 | const freeezeKernelIds = async () => {
578 | return page.evaluate(() => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:575:8
|
Test:
core/galata/test/documentation/general.test.ts#L595
2) [documentation] › test/documentation/general.test.ts:549:7 › General › Kernels and Terminals ──
Error: Screenshot comparison failed:
742 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
593 | })
594 | )
> 595 | .toMatchSnapshot('running_layout.png');
| ^
596 |
597 | await page.click('jp-button[data-command="running:show-modal"]');
598 | await freeezeKernelIds();
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:595:8
|
Test:
core/galata/test/documentation/general.test.ts#L624
3) [documentation] › test/documentation/general.test.ts:617:7 › General › Keyboard Shortcuts Help
Error: Screenshot comparison failed:
54609 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Keyboard-Shortcuts-Help-documentation/shortcuts-help-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Keyboard-Shortcuts-Help-documentation/shortcuts-help-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Keyboard-Shortcuts-Help-documentation/shortcuts-help-diff.png
622 | await page.keyboard.press('Control+Shift+H');
623 |
> 624 | expect(await page.locator('.jp-Notebook').screenshot()).toMatchSnapshot(
| ^
625 | 'shortcuts_help.png'
626 | );
627 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:624:61
|
Test
Process completed with exit code 1.
|
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
1 failed
[documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
2 flaky
[documentation] › test/documentation/general.test.ts:549:7 › General › Kernels and Terminals ───
[documentation] › test/documentation/general.test.ts:617:7 › General › Keyboard Shortcuts Help ─
60 passed (4.9m)
|
Loading