Update @jupyterlab/galata
#2024
Annotations
11 errors and 1 notice
|
Test:
ui-tests/test/mobile.spec.ts#L1
1) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/mobile.spec.ts#L48
1) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
46 | await page.click('text="New"');
47 | const [notebook] = await Promise.all([
> 48 | page.waitForEvent('popup'),
| ^
49 | page.click('text="Python 3 (ipykernel)"'),
50 | ]);
51 |
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:48:12
|
Test:
ui-tests/test/mobile.spec.ts#L1
1) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/mobile.spec.ts#L48
1) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
46 | await page.click('text="New"');
47 | const [notebook] = await Promise.all([
> 48 | page.waitForEvent('popup'),
| ^
49 | page.click('text="Python 3 (ipykernel)"'),
50 | ]);
51 |
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:48:12
|
Test:
ui-tests/test/smoke.spec.ts#L1
2) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/smoke.spec.ts#L29
2) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
27 | await page.click('text="New"');
28 | const [notebook] = await Promise.all([
> 29 | page.waitForEvent('popup'),
| ^
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
32 |
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:29:12
|
Test:
ui-tests/test/smoke.spec.ts#L1
2) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/smoke.spec.ts#L29
2) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
27 | await page.click('text="New"');
28 | const [notebook] = await Promise.all([
> 29 | page.waitForEvent('popup'),
| ^
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
32 |
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:29:12
|
Test:
ui-tests/test/links.spec.ts#L1
3) [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
3) [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
|
Test
2 failed
[chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
1 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
32 passed (4.2m)
|
Loading