Update to JupyterLab 4.1.0b2 #1781
Annotations
3 errors and 1 notice
Test:
ui-tests/test/filebrowser.spec.ts#L39
1) [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ────────────────────
Error: expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Open')
37 |
38 | ['Rename', 'Delete', 'Open', 'Download', 'Delete'].forEach(async (text) => {
> 39 | expect(toolbar.getByText(text)).toBeVisible();
| ^
40 | });
41 | });
42 |
at forEach (/home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:39:39)
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:38:56
|
Test:
ui-tests/test/mobile.spec.ts#L51
2) [firefox] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
258 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-firefox/notebook-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-firefox/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-firefox/notebook-diff.png
49 | }
50 |
> 51 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
52 | });
53 | });
54 |
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:51:37
|
Test:
ui-tests/test/notebook.spec.ts#L1
3) [firefox] › 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?1706194425978
user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0
accept: */*
accept-encoding: gzip, deflate, br
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|191ec9aa|52f254ecf2d6572ac527d2d388562ab2|1706194422
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:1706194422|23:username-localhost-8888|196:eyJ1c2VybmFtZSI6ICJjMWY4ZjA1ZjI4NDk0OWZjYWMyYzlhNDg2NWM4YTc0ZCIsICJuYW1lIjogIkFub255bW91cyBFdXJvcGEiLCAiZGlzcGxheV9uYW1lIjogIkFub255bW91cyBFdXJvcGEiLCAiaW5pdGlhbHMiOiAiQUUiLCAiY29sb3IiOiBudWxsfQ==|6a601d2a0508c95d647f752066c4ce1f31b431d23e587f04b9bbe756ae93bdfe"; _xsrf=2|191ec9aa|52f254ecf2d6572ac527d2d388562ab2|1706194422
============================================================
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:918:49
|
Test
3 flaky
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ─────────────────────
[firefox] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page
[firefox] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ───
32 passed (2.1m)
|
The logs for this run have expired and are no longer available.
Loading