Draft: COG support #288
Annotations
6 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: Screenshot comparison failed:
2110 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-geojson-layers--geoJSONLayer-Add-a-GeoJSON-layer/geoJSON-layer-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-geojson-layers--geoJSONLayer-Add-a-GeoJSON-layer/geoJSON-layer-diff.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: Screenshot comparison failed:
2110 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupytergis/jupytergis/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-linux.png
Received: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-geojson-layers--geoJSONLayer-Add-a-GeoJSON-layer-retry1/geoJSON-layer-actual.png
Diff: /home/runner/work/jupytergis/jupytergis/ui-tests/test-results/tests-geojson-layers--geoJSONLayer-Add-a-GeoJSON-layer-retry1/geoJSON-layer-diff.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/contextmenu.spec.ts#L1
2) 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
2) tests/contextmenu.spec.ts:116:7 › context menu › pressing F2 should start rename for layer ────
Error: locator.click: Page 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/left-panel.spec.ts#L99
3) tests/left-panel.spec.ts:93:9 › #layerPanel › with GIS document › raster layer should have icons
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('#jupytergis\\:\\:leftControlPanel').locator('.jp-gis-layerPanel').locator('.jp-gis-layer .jp-gis-layerIcon svg').first()
Expected string: "jupytergis::raster"
Received string: ""
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('#jupytergis\\:\\:leftControlPanel').locator('.jp-gis-layerPanel').locator('.jp-gis-layer .jp-gis-layerIcon svg').first()
97 | );
98 |
> 99 | await expect(layerIcons.first()).toHaveAttribute(
| ^
100 | 'data-icon',
101 | 'jupytergis::raster'
102 | );
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:99:40
|
|
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/
|
1 failed
tests/geojson-layers.spec.ts:49:7 › #geoJSONLayer › Add a GeoJSON layer ────────────────────────
2 flaky
tests/contextmenu.spec.ts:116:7 › context menu › pressing F2 should start rename for layer ─────
tests/left-panel.spec.ts:93:9 › #layerPanel › with GIS document › raster layer should have icons
33 passed (2.8m)
|
The logs for this run have expired and are no longer available.
Loading