ci: declare explicit token permissions for changelog publishing #2730
Annotations
3 errors and 1 notice
|
Test:
ui-tests/test/notebook.spec.ts#L82
2) [firefox] › 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
|
|
Test:
ui-tests/test/notebook.spec.ts#L0
2) [firefox] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ──
Test timeout of 60000ms exceeded.
|
|
Test:
ui-tests/test/notebook.spec.ts#L0
1) [firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ──────────────────
Error: "apiRequestContext.fetch: Target page, context or browser has been closed
Call log:
- → POST http://localhost:8888/api/sessions?1771732370810
- user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0
- accept: */*
- accept-encoding: gzip, deflate, br, zstd
- host: localhost:8888
- accept-language: en-US
- content-type: text/plain;charset=UTF-8
- content-length: 172
- referer: http://localhost:8888/notebooks/test-notebook-Notebook-Title-should-be-rendered-firefox/example.ipynb
- x-xsrftoken: 2|6f5cc941|26b8a01f84f11322fce4643430496e7b|1771732367
- origin: http://localhost:8888
- sec-fetch-dest: empty
- sec-fetch-mode: cors
- sec-fetch-site: same-origin
- connection: keep-alive
- cookie: username-localhost-8888=2|1:0|10:1771732367|23:username-localhost-8888|196:eyJ1c2VybmFtZSI6ICJkOWQ3ZjNkYjJmNzM0ODhlYjg0ZGJlMDdjODJhZDA3NiIsICJuYW1lIjogIkFub255bW91cyBUYXlnZXRlIiwgImRpc3BsYXlfbmFtZSI6ICJBbm9ueW1vdXMgVGF5Z2V0ZSIsICJpbml0aWFscyI6ICJBVCIsICJjb2xvciI6IG51bGx9|26b4415a1ff675a93524aae436b0889fd958e459754e8792c98c1fdf7205f960; _xsrf=2|6f5cc941|26b8a01f84f11322fce4643430496e7b|1771732367
" while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:961:49
|
|
Test
2 flaky
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ───────────────────
[firefox] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ───
41 passed (4.3m)
|
Loading