Publish 7.3.0a1 #2068
Annotations
3 errors and 1 notice
ui-tests/test/notebook.spec.ts#L1
1) [chromium] › 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?1719826460881
- user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/127.0.6533.17 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:1719826457|23:username-localhost-8888|204:eyJ1c2VybmFtZSI6ICI4YmNmZWZmOTk0NjA0MmVlOTJiNjU2OWVhNzdmNmQ3MiIsICJuYW1lIjogIkFub255bW91cyBIYXJwYWx5a2UiLCAiZGlzcGxheV9uYW1lIjogIkFub255bW91cyBIYXJwYWx5a2UiLCAiaW5pdGlhbHMiOiAiQUgiLCAiY29sb3IiOiBudWxsfQ==|e90d293a77bab7c428e50d733dd45c3e352beecd341e5298b6da1e2e0ec03927"; _xsrf=2|022e2125|990dc8c7c20851c0e03fefed5c5349d2|1719826457
- origin: http://localhost:8888
- referer: http://localhost:8888/notebooks/test-notebook-Notebook-Title-should-be-rendered-chromium/example.ipynb
- x-xsrftoken: 2|022e2125|990dc8c7c20851c0e03fefed5c5349d2|1719826457
- sec-ch-ua: "Not)A;Brand";v="99", "HeadlessChrome";v="127", "Chromium";v="127"
- sec-ch-ua-mobile: ?0
- sec-ch-ua-platform: "Linux"
- content-length: 173
" 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:925:49
|
ui-tests/test/notebook.spec.ts#L1
2) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─
Test timeout of 60000ms exceeded.
|
ui-tests/test/notebook.spec.ts#L52
2) [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
|
|
This job succeeded
Loading