Keyboard shortcuts #258
Annotations
10 errors, 2 warnings, and 1 notice
ui-tests/tests/left-panel.spec.ts#L118
1) tests/left-panel.spec.ts:109:9 › #layersPanel › with GIS document › clicking a layer should select it
Error: Screenshot comparison failed:
346 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts-snapshots/layer-not-selected-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-clicking-a-layer-should-select-it/layer-not-selected-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-clicking-a-layer-should-select-it/layer-not-selected-diff.png
116 |
117 | await expect(layer.first()).not.toHaveClass(/jp-mod-selected/);
> 118 | expect(await layer.first().screenshot()).toMatchSnapshot(
| ^
119 | 'layer-not-selected.png'
120 | );
121 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:118:48
|
ui-tests/tests/left-panel.spec.ts#L118
1) tests/left-panel.spec.ts:109:9 › #layersPanel › with GIS document › clicking a layer should select it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
346 pixels (ratio 0.06 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts-snapshots/layer-not-selected-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-clicking-a-layer-should-select-it-retry1/layer-not-selected-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-clicking-a-layer-should-select-it-retry1/layer-not-selected-diff.png
116 |
117 | await expect(layer.first()).not.toHaveClass(/jp-mod-selected/);
> 118 | expect(await layer.first().screenshot()).toMatchSnapshot(
| ^
119 | 'layer-not-selected.png'
120 | );
121 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:118:48
|
ui-tests/tests/notebook.spec.ts#L49
2) tests/notebook.spec.ts:71:7 › Notebook API Visual Regression › Light theme: Cell outputs should be correct
Error: Screenshot comparison failed:
1231 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-1-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Light-theme-Cell-outputs-should-be-correct/light-Notebook-ipynb-cell-1-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Light-theme-Cell-outputs-should-be-correct/light-Notebook-ipynb-cell-1-diff.png
47 |
48 | for (let c = 0; c < numCellImages; ++c) {
> 49 | expect(results[c]).toMatchSnapshot(
| ^
50 | getCaptureImageName(contextPrefix, notebook, c)
51 | );
52 | }
at testCellOutputs (/home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:49:26)
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:75:5
|
ui-tests/tests/notebook.spec.ts#L49
2) tests/notebook.spec.ts:71:7 › Notebook API Visual Regression › Light theme: Cell outputs should be correct
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1231 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-1-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Light-theme-Cell-outputs-should-be-correct-retry1/light-Notebook-ipynb-cell-1-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Light-theme-Cell-outputs-should-be-correct-retry1/light-Notebook-ipynb-cell-1-diff.png
47 |
48 | for (let c = 0; c < numCellImages; ++c) {
> 49 | expect(results[c]).toMatchSnapshot(
| ^
50 | getCaptureImageName(contextPrefix, notebook, c)
51 | );
52 | }
at testCellOutputs (/home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:49:26)
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:75:5
|
ui-tests/tests/notebook.spec.ts#L49
3) tests/notebook.spec.ts:78:7 › Notebook API Visual Regression › Dark theme: Cell outputs should be correct
Error: Screenshot comparison failed:
1231 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-1-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Dark-theme-Cell-outputs-should-be-correct/dark-Notebook-ipynb-cell-1-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Dark-theme-Cell-outputs-should-be-correct/dark-Notebook-ipynb-cell-1-diff.png
47 |
48 | for (let c = 0; c < numCellImages; ++c) {
> 49 | expect(results[c]).toMatchSnapshot(
| ^
50 | getCaptureImageName(contextPrefix, notebook, c)
51 | );
52 | }
at testCellOutputs (/home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:49:26)
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:82:5
|
ui-tests/tests/notebook.spec.ts#L49
3) tests/notebook.spec.ts:78:7 › Notebook API Visual Regression › Dark theme: Cell outputs should be correct
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1231 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-1-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Dark-theme-Cell-outputs-should-be-correct-retry1/dark-Notebook-ipynb-cell-1-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-notebook-Notebook-API-Visual-Regression-Dark-theme-Cell-outputs-should-be-correct-retry1/dark-Notebook-ipynb-cell-1-diff.png
47 |
48 | for (let c = 0; c < numCellImages; ++c) {
> 49 | expect(results[c]).toMatchSnapshot(
| ^
50 | getCaptureImageName(contextPrefix, notebook, c)
51 | );
52 | }
at testCellOutputs (/home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:49:26)
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/notebook.spec.ts:82:5
|
ui-tests/tests/contextmenu.spec.ts#L1
4) tests/contextmenu.spec.ts:116:7 › context menu › pressing F2 should start rename for layer ────
Test timeout of 10000ms exceeded.
|
ui-tests/tests/contextmenu.spec.ts#L120
4) tests/contextmenu.spec.ts:116:7 › context menu › pressing F2 should start rename for layer ────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByLabel('Layers', { exact: true }).getByText('Open Topo Map')
============================================================
118 | .getByLabel('Layers', { exact: true })
119 | .getByText('Open Topo Map')
> 120 | .click();
| ^
121 | await page
122 | .getByLabel('Layers', { exact: true })
123 | .getByText('Open Topo Map')
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:120:8
|
ui-tests/tests/contextmenu.spec.ts#L1
5) tests/contextmenu.spec.ts:205:7 › context menu › move layer to new group ──────────────────────
Test timeout of 10000ms exceeded.
|
ui-tests/tests/contextmenu.spec.ts#L209
5) tests/contextmenu.spec.ts:205:7 › context menu › move layer to new group ──────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByLabel('Layers', { exact: true }).getByText('Open Topo Map')
============================================================
207 | .getByLabel('Layers', { exact: true })
208 | .getByText('Open Topo Map')
> 209 | .click({ button: 'right' });
| ^
210 |
211 | await page.getByText('Move Layers to Group').hover();
212 | await page.getByText('Move Layers to New Group').click();
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:209:8
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts", "jupytergis-playwright-tests".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
3 failed
tests/left-panel.spec.ts:109:9 › #layersPanel › with GIS document › clicking a layer should select it
tests/notebook.spec.ts:71:7 › Notebook API Visual Regression › Light theme: Cell outputs should be correct
tests/notebook.spec.ts:78:7 › Notebook API Visual Regression › Dark theme: Cell outputs should be correct
3 flaky
tests/contextmenu.spec.ts:116:7 › context menu › pressing F2 should start rename for layer ─────
tests/contextmenu.spec.ts:205:7 › context menu › move layer to new group ───────────────────────
tests/left-panel.spec.ts:81:9 › #layersPanel › with GIS document › raster layer should have icons
22 passed (3.3m)
|
This job failed
Loading