Bump to JupyterLab 4.1.0a4 #1684
Annotations
13 errors and 2 notices
ui-tests/test/links.spec.ts#L1
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Test timeout of 60000ms exceeded.
|
ui-tests/test/links.spec.ts#L25
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Error: proxy.waitForEvent: Page closed
=========================== 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
|
ui-tests/test/links.spec.ts#L1
1) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────
Pending operations:
- locator.click at test/links.spec.ts:26:50
|
ui-tests/test/general.spec.ts#L52
1) [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ─────────────────
Error: Screenshot comparison failed:
11366 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-chromium/notebook-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-chromium/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-chromium/notebook-diff.png
50 | }
51 |
> 52 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
53 | });
54 | });
55 |
at /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts:52:37
|
ui-tests/test/general.spec.ts#L52
1) [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
11366 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-chromium-retry1/notebook-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-chromium-retry1/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-chromium-retry1/notebook-diff.png
50 | }
51 |
> 52 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
53 | });
54 | });
55 |
at /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts:52:37
|
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: Screenshot comparison failed:
4735 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customization-The-Debugger--4f80d--respect-the-settings-and-open-in-the-left-area-chromium/debugger-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customization-The-Debugger--4f80d--respect-the-settings-and-open-in-the-left-area-chromium/debugger-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customization-The-Debugger--4f80d--respect-the-settings-and-open-in-the-left-area-chromium/debugger-diff.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/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: Screenshot comparison failed:
4735 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customization-The-Debugger--4f80d--respect-the-settings-and-open-in-the-left-area-chromium-retry1/debugger-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customization-The-Debugger--4f80d--respect-the-settings-and-open-in-the-left-area-chromium-retry1/debugger-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customization-The-Debugger--4f80d--respect-the-settings-and-open-in-the-left-area-chromium-retry1/debugger-diff.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/test/mobile.spec.ts#L27
3) [chromium] › test/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
4591 pixels (ratio 0.02 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-file-browser-page-chromium/tree-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-chromium/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-chromium/tree-diff.png
25 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
26 |
> 27 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
28 | });
29 |
30 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:27:37
|
ui-tests/test/mobile.spec.ts#L27
3) [chromium] › test/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4591 pixels (ratio 0.02 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-file-browser-page-chromium-retry1/tree-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-chromium-retry1/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-chromium-retry1/tree-diff.png
25 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
26 |
> 27 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
28 | });
29 |
30 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:27:37
|
ui-tests/test/mobile.spec.ts#L59
4) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
4252 pixels (ratio 0.02 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-chromium/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-chromium/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-chromium/notebook-diff.png
57 | }
58 |
> 59 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
60 | });
61 | });
62 |
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:59:37
|
ui-tests/test/mobile.spec.ts#L59
4) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4252 pixels (ratio 0.02 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-chromium-retry1/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-chromium-retry1/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-chromium-retry1/notebook-diff.png
57 | }
58 |
> 59 | expect(await page.screenshot()).toMatchSnapshot('notebook.png');
| ^
60 | });
61 | });
62 |
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:59:37
|
ui-tests/test/notebook.spec.ts#L132
5) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Error: Screenshot comparison failed:
1234 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium/toc-left-panel-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium/toc-left-panel-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium/toc-left-panel-diff.png
130 | const imageName = 'toc-left-panel.png';
131 |
> 132 | expect(await panel.screenshot()).toMatchSnapshot(imageName);
| ^
133 | });
134 |
135 | test('Open notebook tools right panel', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:132:38
|
ui-tests/test/notebook.spec.ts#L132
5) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1234 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium-retry1/toc-left-panel-expected.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium-retry1/toc-left-panel-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium-retry1/toc-left-panel-diff.png
130 | const imageName = 'toc-left-panel.png';
131 |
> 132 | expect(await panel.screenshot()).toMatchSnapshot(imageName);
| ^
133 | });
134 |
135 | test('Open notebook tools right panel', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:132:38
|
|
6 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/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the notebook page
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ─────────
[chromium] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page
1 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
28 passed (2.5m)
|
The logs for this run have expired and are no longer available.
Loading