Update @jupyterlab/galata
#2019
Annotations
10 errors, 1 warning, and 2 notices
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#L47
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"
============================================================
45 | // Create a new notebook
46 | const [notebook] = await Promise.all([
> 47 | page.waitForEvent('popup'),
| ^
48 | page.click('text="New"'),
49 | page.click('text="Python 3 (ipykernel)"'),
50 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:47: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#L47
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"
============================================================
45 | // Create a new notebook
46 | const [notebook] = await Promise.all([
> 47 | page.waitForEvent('popup'),
| ^
48 | page.click('text="New"'),
49 | page.click('text="Python 3 (ipykernel)"'),
50 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:47: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#L28
2) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
26 | // Create a new notebook
27 | const [notebook] = await Promise.all([
> 28 | page.waitForEvent('popup'),
| ^
29 | page.click('text="New"'),
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:28: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#L28
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"
============================================================
26 | // Create a new notebook
27 | const [notebook] = await Promise.all([
> 28 | page.waitForEvent('popup'),
| ^
29 | page.click('text="New"'),
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:28:12
|
Test:
ui-tests/test/notebook.spec.ts#L1
3) [chromium] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ─
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/notebook.spec.ts#L82
3) [chromium] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ─
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-mod-outputsScrolled').first() to be visible
80 | .locator('.jp-mod-outputsScrolled')
81 | .nth(0)
> 82 | .waitFor({ state: 'visible' });
| ^
83 |
84 | // execute the second cell
85 | await runAndAdvance(page);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:82:8
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Update snapshots
35 passed (1.6m)
|
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/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ──
32 passed (4.8m)
|
Loading