Skip to content

Update to JupyterLab 4.3.0rc0 #2089

Update to JupyterLab 4.3.0rc0

Update to JupyterLab 4.3.0rc0 #2089

Triggered via pull request September 6, 2024 11:23
Status Failure
Total duration 11m 29s
Artifacts 8

ui-tests.yml

on: pull_request
Matrix: ui-tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 notices
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page: 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
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page: 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
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel: 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
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel: 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
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page: 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
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page: 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
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible: ui-tests/test/notebook.spec.ts#L1
4) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─ Test timeout of 60000ms exceeded.
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible: ui-tests/test/notebook.spec.ts#L52
4) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─ Error: proxy.waitForNavigation: Test timeout of 60000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 50 | await page.click('text="Rename"'), 51 | // wait until the URL is updated > 52 | await page.waitForNavigation(), | ^ 53 | ]); 54 | 55 | // Check the URL contains the new name at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:52:18
ui-tests (chromium)
Process completed with exit code 1.
[firefox] › test/filebrowser.spec.ts:43:7 › File Browser › Select files and folders: ui-tests/test/filebrowser.spec.ts#L55
1) [firefox] › test/filebrowser.spec.ts:43:7 › File Browser › Select files and folders ─────────── Error: expect(locator).toBeVisible() Locator: getByRole('toolbar').getByText('Delete') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('toolbar').getByText('Delete') 53 | expect(toolbar.getByText('Rename')).toBeHidden(); 54 | expect(toolbar.getByText('Open')).toBeHidden(); > 55 | expect(toolbar.getByText('Delete')).toBeVisible(); | ^ 56 | }); 57 | 58 | test('Select files and open', async ({ page, tmpPath }) => { at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:55:41
[firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page: ui-tests/test/mobile.spec.ts#L38
1) [firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page Error: Screenshot comparison failed: 363 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-firefox-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-firefox/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-firefox/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
[firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page: ui-tests/test/mobile.spec.ts#L38
1) [firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 363 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-firefox-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-firefox-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-firefox-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
[firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel: ui-tests/test/notebook.spec.ts#L132
2) [firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ───────── Error: Screenshot comparison failed: 735 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-firefox-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox/toc-left-panel-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox/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
[firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel: ui-tests/test/notebook.spec.ts#L132
2) [firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 735 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-firefox-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox-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-firefox-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
[firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page: ui-tests/test/settings.spec.ts#L36
3) [firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page Error: Screenshot comparison failed: 409 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-firefox-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-firefox/top-hidden-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-firefox/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
[firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page: ui-tests/test/settings.spec.ts#L36
3) [firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 409 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-firefox-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-firefox-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-firefox-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
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file: ui-tests/test/filebrowser.spec.ts#L39
4) [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ──────────────────── Error: expect(locator).toBeVisible() Locator: getByRole('toolbar').getByText('Delete') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('toolbar').getByText('Delete') 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
[firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L1
5) [firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory ──────────────── Test timeout of 60000ms exceeded.
[firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L25
5) [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
ui-tests (firefox)
Process completed with exit code 1.
🎭 Playwright Run Summary
35 passed (1.7m)
🎭 Playwright Run Summary
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 1 flaky [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ── 31 passed (2.5m)
🎭 Playwright Run Summary
1 flaky [firefox] › test/filebrowser.spec.ts:43:7 › File Browser › Select files and folders ──────────── 34 passed (2.1m)
🎭 Playwright Run Summary
3 failed [firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page [firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────── [firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page 2 flaky [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ───────────────────── [firefox] › test/links.spec.ts:21:7 › Local Links › Open the current directory ───────────────── 30 passed (2.8m)

Artifacts

Produced during runtime
Name Size
notebook-chromium-test-assets
7.71 MB
notebook-chromium-test-report
8.31 MB
notebook-chromium-updated-snapshots
308 KB
notebook-dist-2089
9.5 MB
notebook-firefox-test-assets
6.04 MB
notebook-firefox-test-report
6.62 MB
notebook-firefox-updated-snapshots
358 KB
notebook-pkgs-2089
57.1 KB