Update to JupyterLab 4.3.0a1
(#7416)
#2067
Annotations
4 errors and 1 notice
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.
|
ui-tests/test/links.spec.ts#L25
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== 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
|
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.
|
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: Test timeout of 60000ms exceeded.
=========================== 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
|
|
This job succeeded
Loading