Upgrade extensions template #959
Annotations
3 errors, 3 warnings, and 1 notice
Integration tests:
cell-toolbar/ui-tests/tests/cell_toolbar.spec.ts#L16
1) tests/cell_toolbar.spec.ts:3:5 › should add buttons on code cell and markdown cell ────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.jp-cell-toolbar button[data-command="toolbar-button:run-code-cell"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-cell-toolbar button[data-command="toolbar-button:run-code-cell"]')
14 |
15 | await page.notebook.setCell(0, 'code', 'print("Hello, JupyterLab")');
> 16 | await expect(page.locator(RUN_CODE)).toBeVisible();
| ^
17 | await expect(page.locator(RENDER_MD)).toBeHidden();
18 |
19 | await page.locator(RUN_CODE).click();
at /home/runner/work/extension-examples/extension-examples/cell-toolbar/ui-tests/tests/cell_toolbar.spec.ts:16:40
|
Integration tests:
cell-toolbar/ui-tests/tests/cell_toolbar.spec.ts#L1
1) tests/cell_toolbar.spec.ts:3:5 › should add buttons on code cell and markdown cell ────────────
Error: Response has been disposed
at /home/runner/work/extension-examples/extension-examples/cell-toolbar/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:901:29
|
Integration tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, 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/
|
Upload UI Test artifacts
No files were found with the provided path: cell-toolbar/ui-tests/test-results. No artifacts will be uploaded.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ui-test-output".
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/
|
Integration tests
1 failed
tests/cell_toolbar.spec.ts:3:5 › should add buttons on code cell and markdown cell ─────────────
|
Loading