Update pre-commit hooks #2267
Annotations
4 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:
ui-tests/test/notebook.spec.ts#L1
2) [chromium] › test/notebook.spec.ts:135:7 › Notebook › Open notebook tools right panel ─────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/utils.ts#L36
2) [chromium] › test/notebook.spec.ts:135:7 › Notebook › Open notebook tools right panel ─────────
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-DebuggerBugButton[aria-disabled="false"]') to be visible
at test/utils.ts:36
34 | const width = viewport?.width;
35 | if (width && width > 600) {
> 36 | await page.waitForSelector('.jp-DebuggerBugButton[aria-disabled="false"]');
| ^
37 | }
38 | }
39 |
at waitForKernelReady (/home/runner/work/notebook/notebook/ui-tests/test/utils.ts:36:16)
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:144:5
|
Test
2 flaky
[chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ──────────
[chromium] › test/notebook.spec.ts:135:7 › Notebook › Open notebook tools right panel ──────────
34 passed (2.7m)
|
Loading