Update to jupyter-collaboration>=3 #741
Annotations
10 errors, 2 warnings, and 1 notice
Execute integration tests:
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.
|
Execute integration tests:
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
84 × 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
|
Execute integration tests:
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.
|
Execute integration tests:
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
107 × 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
- element was detached from the DOM, retrying
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
|
Execute integration tests:
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.
|
Execute integration tests:
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
107 × 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
- element was detached from the DOM, retrying
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
|
Execute integration tests:
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.
|
Execute integration tests:
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
|
Execute integration tests:
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.
|
Execute integration tests:
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
108 × 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
- element was detached from the DOM, retrying
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
|
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", "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/
|
Execute integration tests
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.7m)
|
Loading