Update to jupyter-collaboration>=3 #740
build.yml
on: pull_request
Annotations
10 errors, 10 warnings, and 1 notice
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group:
ui-tests/tests/contextmenu.spec.ts#L1
1) tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ───────────────────────
Test timeout of 60000ms exceeded.
|
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group:
ui-tests/tests/contextmenu.spec.ts#L78
1) tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ───────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Undo' })
- locator resolved to <button value="" disabled part="control" aria-label="Undo" aria-disabled="true" class="control icon-only">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
104 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
76 |
77 | await expect(page.getByText('new group', { exact: true })).toHaveCount(1);
> 78 | await page.getByRole('button', { name: 'Undo' }).click();
| ^
79 | await expect(layer).toBeVisible();
80 | });
81 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:78:54
|
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group:
ui-tests/tests/contextmenu.spec.ts#L1
1) tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group:
ui-tests/tests/contextmenu.spec.ts#L78
1) tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Undo' })
- locator resolved to <button value="" disabled part="control" aria-label="Undo" aria-disabled="true" class="control icon-only">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
108 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
76 |
77 | await expect(page.getByText('new group', { exact: true })).toHaveCount(1);
> 78 | await page.getByRole('button', { name: 'Undo' }).click();
| ^
79 | await expect(layer).toBeVisible();
80 | });
81 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:78:54
|
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group:
ui-tests/tests/contextmenu.spec.ts#L1
1) tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group:
ui-tests/tests/contextmenu.spec.ts#L78
1) tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ───────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Undo' })
- locator resolved to <button value="" disabled part="control" aria-label="Undo" aria-disabled="true" class="control icon-only">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
108 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
76 |
77 | await expect(page.getByText('new group', { exact: true })).toHaveCount(1);
> 78 | await page.getByRole('button', { name: 'Undo' }).click();
| ^
79 | await expect(layer).toBeVisible();
80 | });
81 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:78:54
|
tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree:
ui-tests/tests/contextmenu.spec.ts#L1
2) tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree
Test timeout of 60000ms exceeded.
|
tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree:
ui-tests/tests/contextmenu.spec.ts#L122
2) tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Undo' })
- locator resolved to <button value="" disabled part="control" aria-label="Undo" aria-disabled="true" class="control icon-only">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
109 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
120 | await expect(firstItem).not.toBeVisible();
121 |
> 122 | await page.getByRole('button', { name: 'Undo' }).click();
| ^
123 | await expect(firstItem).toBeVisible();
124 | });
125 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:122:54
|
tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree:
ui-tests/tests/contextmenu.spec.ts#L1
2) tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree:
ui-tests/tests/contextmenu.spec.ts#L122
2) tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Undo' })
- locator resolved to <button value="" disabled part="control" aria-label="Undo" aria-disabled="true" class="control icon-only">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
109 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
120 | await expect(firstItem).not.toBeVisible();
121 |
> 122 | await page.getByRole('button', { name: 'Undo' }).click();
| ^
123 | await expect(firstItem).toBeVisible();
124 | });
125 |
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:122:54
|
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/
|
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/
|
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/
|
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 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/
|
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/
|
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
8 failed
tests/contextmenu.spec.ts:56:7 › context menu › move layer to new group ────────────────────────
tests/contextmenu.spec.ts:107:7 › context menu › clicking remove group should remove the group from the tree
tests/layer-browser.spec.ts:121:7 › #layerBrowser › layer browser should open when clicked ─────
tests/layer-browser.spec.ts:126:7 › #layerBrowser › layer browser should be populated ──────────
tests/layer-browser.spec.ts:137:7 › #layerBrowser › search bar should filter tiles ─────────────
tests/layer-browser.spec.ts:144:7 › #layerBrowser › category filters should work ───────────────
tests/layer-browser.spec.ts:150:7 › #layerBrowser › clicking category filter twice should clear filter
tests/left-panel.spec.ts:156:9 › #layerPanel › with GIS document › should hide the top raster layer
40 passed (16.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
48.3 MB |
|
galata-apss
|
343 Bytes |
|
jupytergis-playwright-tests
|
42.6 MB |
|