Update jupyter-notebook.desktop #2196
Annotations
2 errors and 1 notice
Test:
ui-tests/test/editor.spec.ts#L1
1) [chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ─────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/editor.spec.ts#L23
1) [chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ─────────
Error: proxy.waitForNavigation: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
21 | await page.click('text="Rename"'),
22 | // wait until the URL is updated
> 23 | await page.waitForNavigation(),
| ^
24 | ]);
25 | };
26 |
at processRenameDialog (/home/runner/work/notebook/notebook/ui-tests/test/editor.spec.ts:23:16)
at /home/runner/work/notebook/notebook/ui-tests/test/editor.spec.ts:63:5
|
Test
1 flaky
[chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ──────────
35 passed (2.0m)
|
Loading