Upgrade extensions template #959
Annotations
3 errors, 2 warnings, and 1 notice
Integration tests:
toolbar-button/ui-tests/tests/toolbar-button.spec.ts#L1
1) tests/toolbar-button.spec.ts:3:5 › should clear all outputs when clicked ──────────────────────
Test timeout of 60000ms exceeded.
|
Integration tests:
toolbar-button/ui-tests/tests/toolbar-button.spec.ts#L10
1) tests/toolbar-button.spec.ts:3:5 › should clear all outputs when clicked ──────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-721d6015-4b0d-4087-93a7-2702a9f16d95"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-Cell[data-windowed-list-index="0"]')
- locator resolved to <div tabindex="0" data-windowed-list-index="0" aria-label="Code Cell Content" class="lm-Widget jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-selected jp-mod-noOutputs jp-mod-active">…</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <span class="jp-ToolbarButtonComponent-label">Python 3 (ipykernel)</span> from <jp-toolbar role="toolbar" orientation="horizontal" aria-label="notebook actions" aria-orientation="horizontal" class="lm-Widget jp-Toolbar jp-NotebookPanel-toolbar">…</jp-toolbar> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <span class="jp-ToolbarButtonComponent-label">Python 3 (ipykernel)</span> from <jp-toolbar role="toolbar" orientation="horizontal" aria-label="notebook actions" aria-orientation="horizontal" class="lm-Widget jp-Toolbar jp-NotebookPanel-toolbar">…</jp-toolbar> subtree intercepts pointer events
- retrying click action
- waiting 100ms
107 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <span class="jp-ToolbarButtonComponent-label">Python 3 (ipykernel)</span> from <jp-toolbar role="toolbar" orientation="horizontal" aria-label="notebook actions" aria-orientation="horizontal" class="lm-Widget jp-Toolbar jp-NotebookPanel-toolbar">…</jp-toolbar> subtree intercepts pointer events
- retrying click action
- waiting 500ms
8 | await page.waitForSelector('text=| Idle');
9 |
> 10 | await page.notebook.setCell(0, 'code', 'print("Hello, JupyterLab")');
| ^
11 | await page.keyboard.press('Shift+Enter');
12 |
13 | await page.notebook.setCell(1, 'code', 'print("Welcome to JupyterLab")');
at NotebookHelper.selectCells (/home/runner/work/extension-examples/extension-examples/toolbar-button/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1160:21)
at NotebookHelper.setCell (/home/runner/work/extension-examples/extension-examples/toolbar-button/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1250:9)
at /home/runner/work/extension-examples/extension-examples/toolbar-button/ui-tests/tests/toolbar-button.spec.ts:10:3
|
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/
|
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/toolbar-button.spec.ts:3:5 › should clear all outputs when clicked ───────────────────────
|
Loading