Update to JupyterLab 4.1.0a3
#1675
Annotations
6 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/links.spec.ts#L1
2) [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ────────────────────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/links.spec.ts#L44
2) [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ────────────────────────────
Error: proxy.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "popup"
============================================================
42 |
43 | const [folder] = await Promise.all([
> 44 | page.waitForEvent('popup'),
| ^
45 | page.getByText('Open Test Folder').last().click(),
46 | ]);
47 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:44:12
|
Test:
ui-tests/test/links.spec.ts#L1
2) [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ────────────────────────────
Pending operations:
- locator.click at test/links.spec.ts:45:49
|
Test
2 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
[chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ─────────────────────────────
33 passed (2.6m)
|
The logs for this run have expired and are no longer available.
Loading