Fix Running tab layout when collapsing Terminals #2648
Annotations
13 errors and 4 notices
|
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L25
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
23 |
24 | const [current] = await Promise.all([
> 25 | page.waitForEvent('popup'),
| ^
26 | page.getByText('Current Directory').last().click(),
27 | ]);
28 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:25:12
|
|
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L0
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Test timeout of 60000ms exceeded.
|
|
ui-tests (chromium)
Process completed with exit code 1.
|
|
[chromium] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered:
ui-tests/test/notebook.spec.ts#L0
3) [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?1766145816347
- user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.7499.4 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:1766145814|23:username-localhost-8888|196:eyJ1c2VybmFtZSI6ICIyN2VjN2IzMDcwN2E0YWU3ODkzNWJlNTdjMmJkYTM5ZSIsICJuYW1lIjogIkFub255bW91cyBFdXBoZW1lIiwgImRpc3BsYXlfbmFtZSI6ICJBbm9ueW1vdXMgRXVwaGVtZSIsICJpbml0aWFscyI6ICJBRSIsICJjb2xvciI6IG51bGx9|5f1d1ef7f31d076522d328b760250458f07ee81e93a97883ef8c7fd929e626c4; _xsrf=2|09f8a64a|ce5dc015f8d1ff5252a0129a67db6f04|1766145814
- origin: http://localhost:8888
- referer: http://localhost:8888/notebooks/test-notebook-Notebook-Title-should-be-rendered-chromium/example.ipynb
- x-xsrftoken: 2|09f8a64a|ce5dc015f8d1ff5252a0129a67db6f04|1766145814
- sec-ch-ua: "HeadlessChrome";v="143", "Chromium";v="143", "Not A(Brand";v="24"
- 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:961:49
|
|
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L25
2) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
23 |
24 | const [current] = await Promise.all([
> 25 | page.waitForEvent('popup'),
| ^
26 | page.getByText('Current Directory').last().click(),
27 | ]);
28 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:25:12
|
|
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L0
2) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area:
ui-tests/test/layout.spec.ts#L42
1) [chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
4532 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: debugger.png
40 | expect(await panel.isVisible()).toBe(true);
41 |
> 42 | expect(await panel.screenshot()).toMatchSnapshot('debugger.png');
| ^
43 | });
44 | });
45 |
at /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts:42:38
|
|
[chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area:
ui-tests/test/layout.spec.ts#L42
1) [chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
Error: expect(Buffer).toMatchSnapshot(expected) failed
4532 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: debugger.png
40 | expect(await panel.isVisible()).toBe(true);
41 |
> 42 | expect(await panel.screenshot()).toMatchSnapshot('debugger.png');
| ^
43 | });
44 | });
45 |
at /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts:42:38
|
|
ui-tests (firefox)
Process completed with exit code 1.
|
|
[firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L25
2) [firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
23 |
24 | const [current] = await Promise.all([
> 25 | page.waitForEvent('popup'),
| ^
26 | page.getByText('Current Directory').last().click(),
27 | ]);
28 |
at /home/runner/work/notebook/notebook/ui-tests/test/links.spec.ts:25:12
|
|
[firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory:
ui-tests/test/links.spec.ts#L0
2) [firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
Test timeout of 60000ms exceeded.
|
|
[firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area:
ui-tests/test/layout.spec.ts#L42
1) [firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
4101 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: debugger.png
40 | expect(await panel.isVisible()).toBe(true);
41 |
> 42 | expect(await panel.screenshot()).toMatchSnapshot('debugger.png');
| ^
43 | });
44 | });
45 |
at /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts:42:38
|
|
[firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area:
ui-tests/test/layout.spec.ts#L42
1) [firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
Error: expect(Buffer).toMatchSnapshot(expected) failed
4101 pixels (ratio 0.02 of all image pixels) are different.
Snapshot: debugger.png
40 | expect(await panel.isVisible()).toBe(true);
41 |
> 42 | expect(await panel.screenshot()).toMatchSnapshot('debugger.png');
| ^
43 | });
44 | });
45 |
at /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts:42:38
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
37 passed (2.8m)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
2 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
[chromium] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ──────────────────
35 passed (2.9m)
|
|
🎭 Playwright Run Summary
38 passed (2.7m)
|
|
🎭 Playwright Run Summary
1 failed
[firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
1 flaky
[firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory ─────────────────
36 passed (3.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
notebook-chromium-test-assets
|
7.74 MB |
sha256:3d745f8f0629342be757c6d728ffd250279bd8172e329a7aacdf1fcd5830ca59
|
|
|
notebook-chromium-test-report
|
8.43 MB |
sha256:43914ba5eacbe6e933ea16685b23e25537cd03d5820483e172709ccda68083a8
|
|
|
notebook-chromium-updated-snapshots
|
289 KB |
sha256:b06470068ac9029172c7e67d9e71299f24cfd3c169ce88d3eed3b4f6596910ac
|
|
|
notebook-dist-2648
|
27 MB |
sha256:e9feeb084886d75ecf461af7f8c20ee2dd47b0ddcf1d89ac2f5814153a5e2f7a
|
|
|
notebook-firefox-test-assets
|
4.24 MB |
sha256:f45f047bb0cff5577b26a534b2b164bcfbc007194e3a24046636aaa2259f0cd8
|
|
|
notebook-firefox-test-report
|
4.93 MB |
sha256:790a301afb104b39ec14d5673cd5957344968d7bb57969077dea18351b8a06aa
|
|
|
notebook-firefox-updated-snapshots
|
397 KB |
sha256:df2d2dcc818bc491ecc76f60c18deab362e79b66a9a0e6edcb2bf1af66035291
|
|
|
notebook-pkgs-2648
|
59.1 KB |
sha256:e2a26c4eb4cf298c3bfca86a7b1f3d909aae12d917aee849407a0dbbeccbed0a
|
|