Improve form CSS #299
Annotations
4 errors, 2 warnings, and 1 notice
ui-tests/tests/contextmenu.spec.ts#L1
1) tests/contextmenu.spec.ts:87:7 › context menu › pressing F2 should start rename for layer ─────
Test timeout of 60000ms exceeded.
|
ui-tests/tests/contextmenu.spec.ts#L91
1) tests/contextmenu.spec.ts:87: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')
============================================================
89 | .getByLabel('Layers', { exact: true })
90 | .getByText('Open Topo Map')
> 91 | .click();
| ^
92 | await page
93 | .getByLabel('Layers', { exact: true })
94 | .getByText('Open Topo Map')
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:91:8
|
ui-tests/tests/contextmenu.spec.ts#L1
2) tests/contextmenu.spec.ts:175:7 › context menu › move layer to new group ──────────────────────
Test timeout of 60000ms exceeded.
|
ui-tests/tests/contextmenu.spec.ts#L179
2) tests/contextmenu.spec.ts:175:7 › context menu › move layer to new group ──────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByLabel('Layers', { exact: true }).getByText('Open Topo Map')
============================================================
177 | .getByLabel('Layers', { exact: true })
178 | .getByText('Open Topo Map')
> 179 | .click({ button: 'right' });
| ^
180 |
181 | await page.getByText('Move Layers to Group').hover();
182 | await page.getByText('Move Layers to New Group').click();
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/contextmenu.spec.ts:179:8
|
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", "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