Skip to content

Update to JupyterLab 4.2.0rc0 #1975

Update to JupyterLab 4.2.0rc0

Update to JupyterLab 4.2.0rc0 #1975

Triggered via pull request April 27, 2024 14:32
Status Failure
Total duration 15m 43s
Artifacts 8

ui-tests.yml

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

Annotations

38 errors, 3 warnings, and 4 notices
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
1) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
1) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file: ui-tests/test/filebrowser.spec.ts#L39
2) [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ──────────────────── Error: expect(received).toBeVisible() 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/filebrowser.spec.ts:43:7 › File Browser › Select files and folders: ui-tests/test/filebrowser.spec.ts#L55
3) [firefox] › test/filebrowser.spec.ts:43:7 › File Browser › Select files and folders ─────────── Error: expect(received).toBeVisible() 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:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L1
4) [firefox] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Test timeout of 60000ms exceeded.
[firefox] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L33
4) [firefox] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Error: proxy.waitForEvent: Page closed =========================== logs =========================== waiting for event "popup" ============================================================ 31 | // Create a new notebook 32 | const [notebook] = await Promise.all([ > 33 | page.waitForEvent('popup'), | ^ 34 | page.click('text="New"'), 35 | page.click('text="Python 3 (ipykernel)"'), 36 | ]); at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:33:12
[firefox] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L1
4) [firefox] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Pending operations: - proxy.click at test/mobile.spec.ts:35:12
ui-tests (firefox)
Process completed with exit code 1.
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render: ui-tests/test/general.spec.ts#L52
1) [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ────────────────── Error: Screenshot comparison failed: 526 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox/notebook-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox/notebook-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox/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
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render: ui-tests/test/general.spec.ts#L52
1) [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 526 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox-retry1/notebook-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox-retry1/notebook-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox-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
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File: ui-tests/test/menus.spec.ts#L47
2) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File ──────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-firefox/opened-menu-file-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-firefox/opened-menu-file-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-firefox/opened-menu-file-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File: ui-tests/test/menus.spec.ts#L47
2) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-firefox-retry1/opened-menu-file-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-firefox-retry1/opened-menu-file-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-firefox-retry1/opened-menu-file-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
3) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
3) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit: ui-tests/test/menus.spec.ts#L47
4) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit ──────────────────── Error: Screenshot comparison failed: Expected an image 358px by 690px, received 358px by 691px. 523 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-firefox/opened-menu-edit-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-firefox/opened-menu-edit-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-firefox/opened-menu-edit-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit: ui-tests/test/menus.spec.ts#L47
4) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 358px by 690px, received 358px by 691px. 523 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-firefox-retry1/opened-menu-edit-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-firefox-retry1/opened-menu-edit-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-firefox-retry1/opened-menu-edit-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help: ui-tests/test/menus.spec.ts#L47
5) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help ──────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-firefox/opened-menu-help-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-firefox/opened-menu-help-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-firefox/opened-menu-help-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help: ui-tests/test/menus.spec.ts#L47
5) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-firefox-retry1/opened-menu-help-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-firefox-retry1/opened-menu-help-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-firefox-retry1/opened-menu-help-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
1) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
1) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L1
2) [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Test timeout of 60000ms exceeded.
[chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L33
2) [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Error: proxy.waitForEvent: Page closed =========================== logs =========================== waiting for event "popup" ============================================================ 31 | // Create a new notebook 32 | const [notebook] = await Promise.all([ > 33 | page.waitForEvent('popup'), | ^ 34 | page.click('text="New"'), 35 | page.click('text="Python 3 (ipykernel)"'), 36 | ]); at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:33:12
[chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L1
2) [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Pending operations: - proxy.click at test/mobile.spec.ts:35:12
[chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L1
2) [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L33
2) [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: proxy.waitForEvent: Page closed =========================== logs =========================== waiting for event "popup" ============================================================ 31 | // Create a new notebook 32 | const [notebook] = await Promise.all([ > 33 | page.waitForEvent('popup'), | ^ 34 | page.click('text="New"'), 35 | page.click('text="Python 3 (ipykernel)"'), 36 | ]); at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:33:12
[chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L1
2) [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - proxy.click at test/mobile.spec.ts:35:12
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L1
3) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ─────────────── Test timeout of 60000ms exceeded.
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L25
3) [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
[chromium] › test/general.spec.ts:13:7 › General › The notebook should render: ui-tests/test/general.spec.ts#L52
1) [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ───────────────── Error: Screenshot comparison failed: 958 pixels (ratio 0.01 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
[chromium] › test/general.spec.ts:13:7 › General › The notebook should render: 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: 958 pixels (ratio 0.01 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
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File: ui-tests/test/menus.spec.ts#L47
2) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File ─────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-chromium/opened-menu-file-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-chromium/opened-menu-file-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-chromium/opened-menu-file-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File: ui-tests/test/menus.spec.ts#L47
2) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-chromium-retry1/opened-menu-file-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-chromium-retry1/opened-menu-file-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-chromium-retry1/opened-menu-file-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
3) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As…: ui-tests/test/menus.spec.ts#L42
3) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 40 | 41 | await page.menu.open(menuPath); > 42 | expect(await page.menu.isOpen(menuPath)).toBeTruthy(); | ^ 43 | 44 | const imageName = `opened-menu-${menuPath.replace(/>/g, '-')}.png`; 45 | const menu = await page.menu.getOpenMenu(); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:42:48
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit: ui-tests/test/menus.spec.ts#L47
4) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit ─────────────────── Error: Screenshot comparison failed: 17 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-chromium/opened-menu-edit-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-chromium/opened-menu-edit-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-chromium/opened-menu-edit-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit: ui-tests/test/menus.spec.ts#L47
4) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 17 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-chromium-retry1/opened-menu-edit-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-chromium-retry1/opened-menu-edit-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Edit-chromium-retry1/opened-menu-edit-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help: ui-tests/test/menus.spec.ts#L47
5) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help ─────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-chromium/opened-menu-help-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-chromium/opened-menu-help-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-chromium/opened-menu-help-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help: ui-tests/test/menus.spec.ts#L47
5) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-chromium-retry1/opened-menu-help-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-chromium-retry1/opened-menu-help-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Help-chromium-retry1/opened-menu-help-diff.png 45 | const menu = await page.menu.getOpenMenu(); 46 | expect(menu).toBeDefined(); > 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase()); | ^ 48 | }); 49 | }); 50 | }); at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
🎭 Playwright Run Summary
1 failed [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… 3 flaky [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ───────────────────── [firefox] › test/filebrowser.spec.ts:43:7 › File Browser › Select files and folders ──────────── [firefox] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page 31 passed (2.5m)
🎭 Playwright Run Summary
8 failed [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ─────────────────── [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File ───────────────────── [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit ───────────────────── [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help ───────────────────── [firefox] › test/mobile.spec.ts:13:7 › Mobile › The layout should be more compact on the file browser page [firefox] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────── 1 flaky [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ───────────────────── 26 passed (4.3m)
🎭 Playwright Run Summary
2 failed [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page 2 flaky [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ──────────────── [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ── 31 passed (3.6m)
🎭 Playwright Run Summary
10 failed [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ────────────────── [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File ──────────────────── [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As… [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Edit ──────────────────── [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Help ──────────────────── [chromium] › test/mobile.spec.ts:13:7 › Mobile › The layout should be more compact on the file browser page [chromium] › test/mobile.spec.ts:24:7 › Mobile › The layout should be more compact on the notebook page [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ── [chromium] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ──────────────────────────────────────────── 2 flaky [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ──────────────── [chromium] › test/links.spec.ts:37:7 › Local Links › Open a folder ───────────────────────────── 23 passed (5.5m)
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ui-tests (firefox)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ui-tests (chromium)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
notebook-chromium-test-assets
18.7 MB
notebook-chromium-test-report
19.1 MB
notebook-chromium-updated-snapshots
347 KB
notebook-dist-1975
9.46 MB
notebook-firefox-test-assets
12.5 MB
notebook-firefox-test-report
12.9 MB
notebook-firefox-updated-snapshots
358 KB
notebook-pkgs-1975
57 KB