Add a scratch-pad console to the notebook #2646
Annotations
7 errors and 1 notice
|
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut:
ui-tests/test/notebook.spec.ts#L247
4) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut:
ui-tests/test/notebook.spec.ts#L0
4) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible:
ui-tests/test/notebook.spec.ts#L52
3) [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
|
|
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible:
ui-tests/test/notebook.spec.ts#L0
3) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder:
ui-tests/test/links.spec.ts#L0
2) [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ────────────────────────────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation.
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/jupyterlabpage.ts:717:17
at Timeout.check (/home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/utils.ts:183:33)
|
|
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
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
|
|
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L0
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Test timeout of 60000ms exceeded.
|
|
🎭 Playwright Run Summary
4 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 ─────────────────────────────
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ──
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
34 passed (4.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
notebook-chromium-test-assets
|
10.5 MB |
sha256:25bd4418feac9fe2ca47a2a9bf72854a29b51ce31fac4c4e74a5d1a093517a14
|
|
|
notebook-chromium-test-report
|
11.2 MB |
sha256:d5fc4e30925acb73eb91938e36c81de11d2d048802d778e691319d365428fd36
|
|