Update Contributing Guide for Developer Installation #330
Annotations
1 error, 2 warnings, and 1 notice
ui-tests/tests/left-panel.spec.ts#L98
1) tests/left-panel.spec.ts:92: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()
96 | );
97 |
> 98 | await expect(layerIcons.first()).toHaveAttribute(
| ^
99 | 'data-icon',
100 | 'jupytergis::raster'
101 | );
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:98:40
|
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", "github-pages", "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