Update to JupyterLab 4.3.0rc0
#2087
Annotations
7 errors and 2 notices
Test:
ui-tests/test/mobile.spec.ts#L38
1) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
338 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
39 | });
40 |
41 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
Test:
ui-tests/test/mobile.spec.ts#L38
1) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
456 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium-retry1/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium-retry1/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
39 | });
40 |
41 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
Test:
ui-tests/test/notebook.spec.ts#L132
2) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Error: Screenshot comparison failed:
758 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/toc-left-panel-chromium-linux.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
|
Test:
ui-tests/test/notebook.spec.ts#L132
2) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
758 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/toc-left-panel-chromium-linux.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
|
Test:
ui-tests/test/settings.spec.ts#L36
3) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Error: Screenshot comparison failed:
501 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts-snapshots/top-hidden-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-chromium/top-hidden-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-chromium/top-hidden-diff.png
34 | await page.reload({ waitUntil: 'networkidle' });
35 | await page.menu.getMenuItem(showHeaderPath);
> 36 | expect(await page.screenshot()).toMatchSnapshot('top-hidden.png');
| ^
37 |
38 | await page.waitForSelector('#top-panel', { state: 'hidden' });
39 | await page.menu.clickMenuItem(showHeaderPath);
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:36:37
|
Test:
ui-tests/test/settings.spec.ts#L36
3) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
501 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts-snapshots/top-hidden-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-chromium-retry1/top-hidden-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-chromium-retry1/top-hidden-diff.png
34 | await page.reload({ waitUntil: 'networkidle' });
35 | await page.menu.getMenuItem(showHeaderPath);
> 36 | expect(await page.screenshot()).toMatchSnapshot('top-hidden.png');
| ^
37 |
38 | await page.waitForSelector('#top-panel', { state: 'hidden' });
39 | await page.menu.clickMenuItem(showHeaderPath);
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:36:37
|
Test
Process completed with exit code 1.
|
Update snapshots
35 passed (1.7m)
|
Test
3 failed
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ─────────
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
32 passed (2.0m)
|
Loading