Store map position in schema #155
Annotations
3 errors, 2 warnings, and 1 notice
ui-tests/tests/left-panel.spec.ts#L200
1) tests/left-panel.spec.ts:164:9 › #layersPanel › with GIS document › should hide the top layer ─
Error: Screenshot comparison failed:
150658 pixels (ratio 0.53 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts-snapshots/top-layer-hidden-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-should-hide-the-top-layer/top-layer-hidden-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-should-hide-the-top-layer/top-layer-hidden-diff.png
198 |
199 | // Wait for the layer to be hidden.
> 200 | expect(await main.screenshot()).toMatchSnapshot({
| ^
201 | name: 'top-layer-hidden.png',
202 | maxDiffPixelRatio: 0.01
203 | });
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:200:39
|
ui-tests/tests/left-panel.spec.ts#L200
1) tests/left-panel.spec.ts:164:9 › #layersPanel › with GIS document › should hide the top layer ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
150658 pixels (ratio 0.53 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts-snapshots/top-layer-hidden-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-should-hide-the-top-layer-retry1/top-layer-hidden-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-left-panel--layersPanel-with-GIS-document-should-hide-the-top-layer-retry1/top-layer-hidden-diff.png
198 |
199 | // Wait for the layer to be hidden.
> 200 | expect(await main.screenshot()).toMatchSnapshot({
| ^
201 | name: 'top-layer-hidden.png',
202 | maxDiffPixelRatio: 0.01
203 | });
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:200:39
|
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading