Skip to content

Fix for issue #7565 on Click to add a cell button not in background #2301

Fix for issue #7565 on Click to add a cell button not in background

Fix for issue #7565 on Click to add a cell button not in background #2301

Triggered via pull request February 18, 2025 00:17
Status Failure
Total duration 9m 16s
Artifacts 7

ui-tests.yml

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

Annotations

10 errors, 11 warnings, and 3 notices
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file: ui-tests/test/filebrowser.spec.ts#L41
1) [firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ──────────────────── Error: expect(locator).toBeVisible() Locator: getByRole('toolbar').getByText('Open') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('toolbar').getByText('Open') 39 | 40 | ['Rename', 'Delete', 'Open', 'Download', 'Delete'].forEach(async (text) => { > 41 | expect(toolbar.getByText(text)).toBeVisible(); | ^ 42 | }); 43 | }); 44 | at forEach (/home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:41:39) at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:40:56
[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) 2507 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts-snapshots/notebook-chromium-linux.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 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 ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 2507 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts-snapshots/notebook-chromium-linux.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 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/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L73
2) [chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page Error: expect(Buffer).toMatchSnapshot(expected) 1135 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/notebook-chromium-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-chromium/notebook-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-chromium/notebook-diff.png 71 | } 72 | > 73 | expect(await notebook.screenshot()).toMatchSnapshot('notebook.png'); | ^ 74 | await notebook.close(); 75 | }); 76 | }); at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:73:41
[chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L73
2) [chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 1135 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/notebook-chromium-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-chromium-retry1/notebook-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-chromium-retry1/notebook-diff.png 71 | } 72 | > 73 | expect(await notebook.screenshot()).toMatchSnapshot('notebook.png'); | ^ 74 | await notebook.close(); 75 | }); 76 | }); at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:73:41
[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) 2647 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-chromium-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium/notebook-full-width-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium/notebook-full-width-diff.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 ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(Buffer).toMatchSnapshot(expected) 2647 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-chromium-linux.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium-retry1/notebook-full-width-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium-retry1/notebook-full-width-diff.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/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L1
4) [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
4) [chromium] › 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 (chromium)
Process completed with exit code 1.
Build
Cache not found for keys: Linux-UI Tests-build-pip-3.12-7184e996a96b0cf3336c71470873a5e92bf152d959db5fb83db5861f1b7e62dd, Linux-UI Tests-build-pip-3.12
Build
Cache not found for keys: Linux-UI Tests-build-yarn-20.x-6a9fa7b165178cd4227ca8bff788c0bba7ab4d2b3c4f9e1acd970e3ef04b0598, Linux-UI Tests-build-yarn-20.x
Build
Cache not found for keys: Linux-UI Tests-build-conda--e2c7b7e3f9c699a06f0127caf82c01bce7fef78a7562c4acf8c46fa0bc44e347, Linux-UI Tests-build-conda-
ui-tests (firefox)
Cache not found for keys: Linux-UI Tests-ui-tests-pip-3.12-7184e996a96b0cf3336c71470873a5e92bf152d959db5fb83db5861f1b7e62dd, Linux-UI Tests-ui-tests-pip-3.12
ui-tests (firefox)
Cache not found for keys: Linux-UI Tests-ui-tests-yarn-20.x-6a9fa7b165178cd4227ca8bff788c0bba7ab4d2b3c4f9e1acd970e3ef04b0598, Linux-UI Tests-ui-tests-yarn-20.x
ui-tests (firefox)
Cache not found for keys: Linux-UI Tests-ui-tests-conda--e2c7b7e3f9c699a06f0127caf82c01bce7fef78a7562c4acf8c46fa0bc44e347, Linux-UI Tests-ui-tests-conda-
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
ui-tests (chromium)
Cache not found for keys: Linux-UI Tests-ui-tests-pip-3.12-7184e996a96b0cf3336c71470873a5e92bf152d959db5fb83db5861f1b7e62dd, Linux-UI Tests-ui-tests-pip-3.12
ui-tests (chromium)
Cache not found for keys: Linux-UI Tests-ui-tests-yarn-20.x-6a9fa7b165178cd4227ca8bff788c0bba7ab4d2b3c4f9e1acd970e3ef04b0598, Linux-UI Tests-ui-tests-yarn-20.x
ui-tests (chromium)
Cache not found for keys: Linux-UI Tests-ui-tests-conda--e2c7b7e3f9c699a06f0127caf82c01bce7fef78a7562c4acf8c46fa0bc44e347, Linux-UI Tests-ui-tests-conda-
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
🎭 Playwright Run Summary
1 flaky [firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ───────────────────── 35 passed (2.0m)
🎭 Playwright Run Summary
36 passed (1.5m)
🎭 Playwright Run Summary
3 failed [chromium] › test/general.spec.ts:13:7 › General › The notebook should render ────────────────── [chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ──── 1 flaky [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ──────────────── 32 passed (2.2m)

Artifacts

Produced during runtime
Name Size
notebook-chromium-test-assets
6.85 MB
notebook-chromium-test-report
7.41 MB
notebook-chromium-updated-snapshots
345 KB
notebook-dist-2301
26.6 MB
notebook-firefox-test-assets
530 KB
notebook-firefox-test-report
1.17 MB
notebook-pkgs-2301
57.9 KB