Bump webpack from 5.77.0 to 5.96.1 #259
Annotations
4 errors, 2 warnings, and 1 notice
Execute integration tests:
packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts#L34
1) tests/jupyterlab_geojson.spec.ts:3:5 › should display geojson data file ───────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
77 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts-snapshots/geojson-file-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/test-results/tests-jupyterlab_geojson-should-display-geojson-data-file/geojson-file-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/test-results/tests-jupyterlab_geojson-should-display-geojson-data-file/geojson-file-diff.png
32 | });
33 | if (version[0] != '3') {
> 34 | expect(await view.screenshot()).toMatchSnapshot('geojson-file.png');
| ^
35 | }
36 | });
37 |
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts:34:37
|
Execute integration tests:
packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts#L1
2) tests/jupyterlab_geojson.spec.ts:38:5 › should display notebook geojson output ────────────────
Test timeout of 180000ms exceeded.
|
Execute integration tests:
packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts#L64
2) tests/jupyterlab_geojson.spec.ts:38:5 › should display notebook geojson output ────────────────
Error: locator.evaluate: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-e5491ccf-06b0-4c9c-a70c-caff8d62aab9"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-WindowedPanel-outer')
62 | );
63 |
> 64 | await page.notebook.addCell(
| ^
65 | 'code',
66 | `GeoJSON(data={
67 | "type": "Feature",
at NotebookHelper.getCellCount (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:520:38)
at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1215:22)
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts:64:3
|
Execute integration tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version 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", "jupyterlab_fasta-3.6-playwright-tests", "jupyterlab_fasta-4.0.0-playwright-tests", "jupyterlab_geojson-3.6-playwright-tests", "jupyterlab_geojson-4.0.0-playwright-tests", "jupyterlab_katex-4.0.0-playwright-tests", "jupyterlab_mathjax2-4.0.0-playwright-tests", "jupyterlab_vega3-3.6-playwright-tests", "jupyterlab_vega3-4.0.0-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/
|
Execute integration tests
2 failed
tests/jupyterlab_geojson.spec.ts:3:5 › should display geojson data file ────────────────────────
tests/jupyterlab_geojson.spec.ts:38:5 › should display notebook geojson output ─────────────────
|
Loading