Update @jupyterlab/galata
#2030
Annotations
4 errors, 1 warning, and 1 notice
Test
Event loop is closed
|
Test:
ui-tests/test/filebrowser.spec.ts#L39
1) [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('toolbar').getByText('Open')
Expected: visible
Received: hidden
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#L71
2) [firefox] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
275 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/notebook-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-firefox/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-firefox/notebook-diff.png
69 | }
70 |
> 71 | expect(await notebook.screenshot()).toMatchSnapshot('notebook.png');
| ^
72 | await notebook.close();
73 | });
74 | });
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:71:41
|
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: Test ended.
Call log:
- → POST http://localhost:8888/api/sessions?1715693516719
- user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.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|7375e24d|cb676d331853aa76794aeccd303b646b|1715693513
- 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:1715693513|23:username-localhost-8888|196:eyJ1c2VybmFtZSI6ICJhY2IwNzgwN2VkZmY0YzIwOWU5ZWNjZWJhNmU2ZTU2YyIsICJuYW1lIjogIkFub255bW91cyBFdWFudGhlIiwgImRpc3BsYXlfbmFtZSI6ICJBbm9ueW1vdXMgRXVhbnRoZSIsICJpbml0aWFscyI6ICJBRSIsICJjb2xvciI6IG51bGx9|666b41a288d431fee19cc32ed48e8f11370bf19298516888df5cfc401ff7f64a; _xsrf=2|7375e24d|cb676d331853aa76794aeccd303b646b|1715693513
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:925:49
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
3 flaky
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ─────────────────────
[firefox] › test/mobile.spec.ts:41: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.3m)
|
Loading