Update to JupyterLab 4.1.0b2 #1781
Annotations
5 errors and 1 notice
Test:
ui-tests/test/links.spec.ts#L1
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/links.spec.ts#L25
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Error: proxy.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
23 |
24 | const [current] = await Promise.all([
> 25 | page.waitForEvent('popup'),
| ^
26 | page.getByText('Current Directory').last().click(),
27 | ]);
28 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:25:12
|
Test:
ui-tests/test/links.spec.ts#L1
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Pending operations:
- locator.click at test/links.spec.ts:26:50
|
Test:
ui-tests/test/notebook.spec.ts#L1
2) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/notebook.spec.ts#L52
2) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─
Error: proxy.waitForNavigation: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation until "load"
============================================================
50 | await page.click('text="Rename"'),
51 | // wait until the URL is updated
> 52 | await page.waitForNavigation(),
| ^
53 | ]);
54 |
55 | // Check the URL contains the new name
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:52:18
|
Test
2 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ──
33 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading