ci: set minimal permissions to workflows (#7070) #1548
Annotations
6 errors and 2 notices
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.
|
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: Navigation failed because page was closed!
=========================== 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
|
ui-tests/test/editor.spec.ts#L1
1) [chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
ui-tests/test/editor.spec.ts#L23
1) [chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForNavigation: Navigation failed because page was closed!
=========================== 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
|
ui-tests/test/notebook.spec.ts#L1
2) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─
Error: apiRequestContext.fetch: Request context disposed.
=========================== logs ===========================
→ POST http://localhost:8888/api/sessions?1695632237177
user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
accept-language: en-US
content-type: text/plain;charset=UTF-8
cookie: username-localhost-8888="2|1:0|10:1695632233|23:username-localhost-8888|192:eyJ1c2VybmFtZSI6ICI4NWJkNjFhZjIwNmM0YTFlOWZiYjhjMDQ0ZWQyYTBiNyIsICJuYW1lIjogIkFub255bW91cyBNbmVtZSIsICJkaXNwbGF5X25hbWUiOiAiQW5vbnltb3VzIE1uZW1lIiwgImluaXRpYWxzIjogIkFNIiwgImNvbG9yIjogbnVsbH0=|e387b2265a256988f59ab0262705d50951e97d4dfd08035bc0b3267b5478ad31"; _xsrf=2|a247b02a|d3fba2d938e21276d64beab4bc410f82|1695632233
origin: http://localhost:8888
referer: http://localhost:8888/notebooks/test-notebook-Notebook-Title-should-be-rendered-chromium/example.ipynb
x-xsrftoken: 2|a247b02a|d3fba2d938e21276d64beab4bc410f82|1695632233
sec-ch-ua: "HeadlessChrome";v="113", "Chromium";v="113", "Not-A.Brand";v="24"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Linux"
content-length: 173
============================================================
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:833:49
|
|
|
|
The logs for this run have expired and are no longer available.
Loading