Snapshot #351
Annotations
7 errors, 1 warning, and 1 notice
Test:
core/galata/test/documentation/export_notebook.test.ts#L36
1) [documentation] › test/documentation/export_notebook.test.ts:13:7 › Export Notebook › Export Menu
Error: Screenshot comparison failed:
3 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation/exporting-menu-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation/exporting-menu-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation/exporting-menu-diff.png
34 | expect(
35 | await page.screenshot({ clip: { y: 5, x: 0, width: 700, height: 700 } })
> 36 | ).toMatchSnapshot('exporting_menu.png');
| ^
37 | });
38 |
39 | test('Slides', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/export_notebook.test.ts:36:7
|
Test:
core/galata/test/documentation/export_notebook.test.ts#L36
1) [documentation] › test/documentation/export_notebook.test.ts:13:7 › Export Notebook › Export Menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation-retry1/exporting-menu-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation-retry1/exporting-menu-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation-retry1/exporting-menu-diff.png
34 | expect(
35 | await page.screenshot({ clip: { y: 5, x: 0, width: 700, height: 700 } })
> 36 | ).toMatchSnapshot('exporting_menu.png');
| ^
37 | });
38 |
39 | test('Slides', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/export_notebook.test.ts:36:7
|
Test:
core/galata/test/documentation/export_notebook.test.ts#L36
1) [documentation] › test/documentation/export_notebook.test.ts:13:7 › Export Notebook › Export Menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation-retry2/exporting-menu-expected.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation-retry2/exporting-menu-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-export_notebook-Export-Notebook-Export-Menu-documentation-retry2/exporting-menu-diff.png
34 | expect(
35 | await page.screenshot({ clip: { y: 5, x: 0, width: 700, height: 700 } })
> 36 | ).toMatchSnapshot('exporting_menu.png');
| ^
37 | });
38 |
39 | test('Slides', async ({ page }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/export_notebook.test.ts:36:7
|
Test:
core/galata/test/documentation/workspaces.test.ts#L88
2) [documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
Error: Screenshot comparison failed:
145 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
86 | expect(
87 | await page.screenshot({ clip: { y: 0, x: 0, width: 400, height: 420 } })
> 88 | ).toMatchSnapshot('workspaces_sidebar.png');
| ^
89 | });
90 | });
91 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:88:7
|
Test:
core/galata/test/documentation/workspaces.test.ts#L88
2) [documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
145 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
86 | expect(
87 | await page.screenshot({ clip: { y: 0, x: 0, width: 400, height: 420 } })
> 88 | ).toMatchSnapshot('workspaces_sidebar.png');
| ^
89 | });
90 | });
91 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:88:7
|
Test:
core/galata/test/documentation/workspaces.test.ts#L88
2) [documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
145 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
86 | expect(
87 | await page.screenshot({ clip: { y: 0, x: 0, width: 400, height: 420 } })
> 88 | ).toMatchSnapshot('workspaces_sidebar.png');
| ^
89 | });
90 | });
91 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:88:7
|
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
2 failed
[documentation] › test/documentation/export_notebook.test.ts:13:7 › Export Notebook › Export Menu
[documentation] › test/documentation/workspaces.test.ts:35:7 › Workspaces sidebar › Workspaces context menu
61 passed (5.3m)
|
Loading