Update to JupyterLab v4.5.0b0 #2529
Annotations
19 errors and 4 notices
|
ui-tests (firefox)
Process completed with exit code 1.
|
|
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered:
ui-tests/test/notebook.spec.ts#L0
4) [firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ──────────────────
Error: apiResponse.json: Response has been disposed
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:901:44
|
|
[firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
3) [firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
885 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook-full-width.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
|
[firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
3) [firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
Error: expect(Buffer).toMatchSnapshot(expected) failed
885 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook-full-width.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
|
[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
2) [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
138 pixels (ratio 0.01 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
2) [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
138 pixels (ratio 0.01 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/general.spec.ts:13:7 › General › The notebook should render:
ui-tests/test/general.spec.ts#L35
1) [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
885 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook.png
33 | await waitForNotebook(page, browserName);
34 |
> 35 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
36 | });
37 | });
38 |
at /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts:35:37
|
|
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render:
ui-tests/test/general.spec.ts#L35
1) [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
885 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook.png
33 | await waitForNotebook(page, browserName);
34 |
> 35 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
36 | });
37 | });
38 |
at /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts:35:37
|
|
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut:
ui-tests/test/notebook.spec.ts#L247
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut:
ui-tests/test/notebook.spec.ts#L0
1) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Test timeout of 60000ms exceeded.
|
|
ui-tests (chromium)
Process completed with exit code 1.
|
|
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut:
ui-tests/test/notebook.spec.ts#L247
4) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Error: proxy.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-OutputPlaceholder') to be visible
245 | await page.keyboard.press('O');
246 |
> 247 | await page.waitForSelector('.jp-OutputPlaceholder', { state: 'visible' });
| ^
248 |
249 | await page.keyboard.press('O');
250 |
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:247:16
|
|
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut:
ui-tests/test/notebook.spec.ts#L0
4) [chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
Test timeout of 60000ms exceeded.
|
|
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
3) [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
1096 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook-full-width.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
|
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
3) [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ───
Error: expect(Buffer).toMatchSnapshot(expected) failed
1096 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook-full-width.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
|
[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
2) [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
134 pixels (ratio 0.01 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
2) [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
134 pixels (ratio 0.01 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/general.spec.ts:13:7 › General › The notebook should render:
ui-tests/test/general.spec.ts#L35
1) [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
1096 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook.png
33 | await waitForNotebook(page, browserName);
34 |
> 35 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
36 | });
37 | });
38 |
at /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts:35:37
|
|
[chromium] › test/general.spec.ts:13:7 › General › The notebook should render:
ui-tests/test/general.spec.ts#L35
1) [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ─────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
1096 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: notebook.png
33 | await waitForNotebook(page, browserName);
34 |
> 35 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
36 | });
37 | });
38 |
at /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts:35:37
|
|
🎭 Playwright Run Summary
38 passed (3.2m)
|
|
🎭 Playwright Run Summary
3 failed
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render ───────────────────
[firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
[firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ─────
1 flaky
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ───────────────────
34 passed (4.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
37 passed (3.4m)
|
|
🎭 Playwright Run Summary
3 failed
[chromium] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
[chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
1 flaky
[chromium] › test/notebook.spec.ts:227:7 › Notebook › Toggle cell outputs with the O keyboard shortcut
34 passed (4.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
notebook-chromium-test-assets
|
8.73 MB |
sha256:1e953116cc900b4adab885f650aad2f607d286e43f87ab5d75675b9eb7c37431
|
|
|
notebook-chromium-test-report
|
9.29 MB |
sha256:9ab2b8d885eb23018436f4b5c28f3073c294dbcef27d663617a9948dd97f8540
|
|
|
notebook-chromium-updated-snapshots
|
291 KB |
sha256:b5f21bdf2258ae52964d30c18342c226f55e9b8d0ab18c2e0ad1724997b8d818
|
|
|
notebook-dist-2529
|
26.9 MB |
sha256:1ba3d2c5d97bcf68ae02cc714c7c4600d2480d8746431ab3897aa05dc8c61a21
|
|
|
notebook-firefox-test-assets
|
10.6 MB |
sha256:df531cc5d8c6c505ed603844a058887f17f7ebb8d4244a1310d9bb6535e0a87c
|
|
|
notebook-firefox-test-report
|
11.1 MB |
sha256:5107853fbed97378c69f25842a5b282a64fe53038a75b957e5e663c65cb0bdc3
|
|
|
notebook-firefox-updated-snapshots
|
402 KB |
sha256:7e343d2a1926c0cccac80e52b8a6ffe46f4c2088dfe352b14ae335acbc216bec
|
|
|
notebook-pkgs-2529
|
59.2 KB |
sha256:b63f69050b87d047704c735a98222e8c0c7ce975e772751df207e2e69ea9584d
|
|