Skip to content

Update to JupyterLab 4.3.0rc0 #2121

Update to JupyterLab 4.3.0rc0

Update to JupyterLab 4.3.0rc0 #2121

Re-run triggered October 14, 2024 18:38
Status Failure
Total duration 5m 34s
Artifacts 13

ui-tests.yml

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

Annotations

5 errors and 3 notices
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file: ui-tests/test/filebrowser.spec.ts#L39
1) [firefox] › test/filebrowser.spec.ts:31: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') 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#L54
2) [firefox] › test/filebrowser.spec.ts:43:7 › File Browser › Select files and folders ─────────── Error: expect(locator).toBeHidden() Locator: getByRole('toolbar').getByText('Open') Expected: hidden Received: visible Call log: - expect.toBeHidden with timeout 5000ms - waiting for getByRole('toolbar').getByText('Open') 52 | 53 | expect(toolbar.getByText('Rename')).toBeHidden(); > 54 | expect(toolbar.getByText('Open')).toBeHidden(); | ^ 55 | expect(toolbar.getByText('Delete')).toBeVisible(); 56 | }); 57 | at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:54:39
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page: ui-tests/test/settings.spec.ts#L43
1) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page Error: Screenshot comparison failed: 311 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts-snapshots/top-visible-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-visible-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-chromium/top-visible-diff.png 41 | await page.reload({ waitUntil: 'networkidle' }); 42 | await page.menu.getMenuItem(showHeaderPath); > 43 | expect(await page.screenshot()).toMatchSnapshot('top-visible.png'); | ^ 44 | }); 45 | }); 46 | at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:43:37
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page: ui-tests/test/settings.spec.ts#L36
1) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 121 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
ui-tests (chromium)
Process completed with exit code 1.
🎭 Playwright Run Summary
2 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 ──────────── 33 passed (2.1m)
🎭 Playwright Run Summary
35 passed (1.7m)
🎭 Playwright Run Summary
1 failed [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page 34 passed (2.0m)

Artifacts

Produced during runtime
Name Size
notebook-chromium-test-assets
985 KB
notebook-chromium-test-report
1.62 MB
notebook-chromium-updated-snapshots
315 KB