Notebook API #197
Annotations
3 errors, 2 warnings, and 1 notice
ui-tests/tests/geojson-layers.spec.ts#L73
1) tests/geojson-layers.spec.ts:49:7 › #geoJSONLayer › Add a GeoJSON layer ───────────────────────
Error: A snapshot doesn't exist at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-linux.png.
71 | await new Promise(_ => setTimeout(_, 1000));
72 |
> 73 | expect(await main?.screenshot()).toMatchSnapshot('geoJSON-layer.png', {});
| ^
74 | });
75 | });
76 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/geojson-layers.spec.ts:73:38
|
ui-tests/tests/geojson-layers.spec.ts#L73
1) tests/geojson-layers.spec.ts:49:7 › #geoJSONLayer › Add a GeoJSON layer ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-linux.png, writing actual.
71 | await new Promise(_ => setTimeout(_, 1000));
72 |
> 73 | expect(await main?.screenshot()).toMatchSnapshot('geoJSON-layer.png', {});
| ^
74 | });
75 | });
76 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/geojson-layers.spec.ts:73:38
|
|
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/
|
|
This job failed
Loading