Update to jupyter-collaboration>=3 #737
build.yml
on: pull_request
Annotations
10 errors, 11 warnings, and 1 notice
tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item:
ui-tests/tests/export.spec.ts#L18
1) tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item βββββββββββββββββββββββββββββββ
Error: expect(received).not.toBeNull()
Received: null
16 | await page.menu.open('File');
17 | let menuItem = await page.menu.getMenuItem('File>Export To QGZ');
> 18 | expect(menuItem).not.toBeNull();
| ^
19 | expect(await menuItem?.getAttribute('aria-disabled')).toBeTruthy();
20 | await page.menu.closeAll();
21 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:18:26
|
tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item:
ui-tests/tests/export.spec.ts#L18
1) tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item βββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).not.toBeNull()
Received: null
16 | await page.menu.open('File');
17 | let menuItem = await page.menu.getMenuItem('File>Export To QGZ');
> 18 | expect(menuItem).not.toBeNull();
| ^
19 | expect(await menuItem?.getAttribute('aria-disabled')).toBeTruthy();
20 | await page.menu.closeAll();
21 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:18:26
|
tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item:
ui-tests/tests/export.spec.ts#L18
1) tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item βββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).not.toBeNull()
Received: null
16 | await page.menu.open('File');
17 | let menuItem = await page.menu.getMenuItem('File>Export To QGZ');
> 18 | expect(menuItem).not.toBeNull();
| ^
19 | expect(await menuItem?.getAttribute('aria-disabled')).toBeTruthy();
20 | await page.menu.closeAll();
21 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:18:26
|
tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel:
ui-tests/tests/export.spec.ts#L34
2) tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel βββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
32 |
33 | const dialog = page.locator('.jp-Dialog');
> 34 | await expect(dialog).toBeAttached();
| ^
35 | await dialog.locator('.jp-mod-reject').click();
36 | await page.filebrowser.refresh();
37 | expect(
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:34:26
|
tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel:
ui-tests/tests/export.spec.ts#L34
2) tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel βββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
32 |
33 | const dialog = page.locator('.jp-Dialog');
> 34 | await expect(dialog).toBeAttached();
| ^
35 | await dialog.locator('.jp-mod-reject').click();
36 | await page.filebrowser.refresh();
37 | expect(
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:34:26
|
tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel:
ui-tests/tests/export.spec.ts#L34
2) tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel βββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
32 |
33 | const dialog = page.locator('.jp-Dialog');
> 34 | await expect(dialog).toBeAttached();
| ^
35 | await dialog.locator('.jp-mod-reject').click();
36 | await page.filebrowser.refresh();
37 | expect(
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:34:26
|
tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name:
ui-tests/tests/export.spec.ts#L47
3) tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name βββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
45 |
46 | const dialog = page.locator('.jp-Dialog');
> 47 | await expect(dialog).toBeAttached();
| ^
48 | await dialog.locator('.jp-mod-accept').click();
49 | await page.filebrowser.refresh();
50 | expect(
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:47:26
|
tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name:
ui-tests/tests/export.spec.ts#L47
3) tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name βββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
45 |
46 | const dialog = page.locator('.jp-Dialog');
> 47 | await expect(dialog).toBeAttached();
| ^
48 | await dialog.locator('.jp-mod-accept').click();
49 | await page.filebrowser.refresh();
50 | expect(
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:47:26
|
tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name:
ui-tests/tests/export.spec.ts#L47
3) tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name βββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
45 |
46 | const dialog = page.locator('.jp-Dialog');
> 47 | await expect(dialog).toBeAttached();
| ^
48 | await dialog.locator('.jp-mod-accept').click();
49 | await page.filebrowser.refresh();
50 | expect(
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:47:26
|
tests/export.spec.ts:55:7 βΊ #export βΊ should export to qgis with custom name:
ui-tests/tests/export.spec.ts#L61
4) tests/export.spec.ts:55:7 βΊ #export βΊ should export to qgis with custom name ββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('.jp-Dialog')
Expected: attached
Received: detached
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.jp-Dialog')
59 |
60 | const dialog = page.locator('.jp-Dialog');
> 61 | await expect(dialog).toBeAttached();
| ^
62 | await dialog.getByRole('textbox').fill(filename);
63 | await dialog.locator('.jp-mod-accept').click();
64 | await page.filebrowser.refresh();
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/export.spec.ts:61:26
|
Build jupytergis
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Check Links
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
python_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build jupytergis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build jupytergis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v2, 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/
|
Build jupytergis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test_isolated
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-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/
|
Build JupyterLite
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-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/
|
Integration tests
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/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
π Playwright Run Summary
15 failed
tests/export.spec.ts:14:7 βΊ #export βΊ should have the menu item ββββββββββββββββββββββββββββββββ
tests/export.spec.ts:29:7 βΊ #export βΊ should not export to qgis on cancel ββββββββββββββββββββββ
tests/export.spec.ts:42:7 βΊ #export βΊ should export to qgis with default name ββββββββββββββββββ
tests/export.spec.ts:55:7 βΊ #export βΊ should export to qgis with custom name βββββββββββββββββββ
tests/export.spec.ts:70:7 βΊ #export βΊ should display warnings ββββββββββββββββββββββββββββββββββ
tests/filters.spec.ts:22:7 βΊ #filters βΊ filters should apply and be removed ββββββββββββββββββββ
tests/geojson-layers.spec.ts:49:7 βΊ #geoJSONLayer βΊ Add a GeoJSON layer ββββββββββββββββββββββββ
tests/left-panel.spec.ts:156:9 βΊ #layerPanel βΊ with GIS document βΊ should hide the top raster layer
tests/left-panel.spec.ts:237:9 βΊ #layerPanel βΊ with GIS document βΊ should move the top raster layer using drag and drop
tests/left-panel.spec.ts:389:11 βΊ #sourcePanel βΊ with GIS document βΊ #sourcesContextMenu βΊ should add and delete geoJSON source
tests/notebook.spec.ts:71:7 βΊ Notebook API Visual Regression βΊ Light theme: Cell outputs should be correct
tests/notebook.spec.ts:78:7 βΊ Notebook API Visual Regression βΊ Dark theme: Cell outputs should be correct
tests/ui.spec.ts:43:11 βΊ UI Test βΊ File operations βΊ Should be able to render test.jGIS without error
tests/ui.spec.ts:43:11 βΊ UI Test βΊ File operations βΊ Should be able to render buildings.qgz without error
tests/ui.spec.ts:43:11 βΊ UI Test βΊ File operations βΊ Should be able to render shapefile-test.jGIS without error
33 passed (12.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
appsharingspace
|
349 Bytes |
|
extension-artifacts
|
48.4 MB |
|
galata-apss
|
343 Bytes |
|
github-pages
|
47.7 MB |
|
jupytergis-playwright-tests
|
87.3 MB |
|