Skip to content

Bump to JupyterLab 4.1.0a4 bis #1697

Bump to JupyterLab 4.1.0a4 bis

Bump to JupyterLab 4.1.0a4 bis #1697

Triggered via pull request December 4, 2023 13:50
Status Failure
Total duration 10m 36s
Artifacts 6
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ui-tests.yml

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

Annotations

6 errors, 1 warning, 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(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/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page: ui-tests/test/mobile.spec.ts#L27
1) [firefox] › test/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page Error: Screenshot comparison failed: 105 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox/tree-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox/tree-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox/tree-diff.png 25 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' }); 26 | > 27 | expect(await page.screenshot()).toMatchSnapshot('tree.png'); | ^ 28 | }); 29 | 30 | test('The layout should be more compact on the notebook page', async ({ at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:27:37
[firefox] › test/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page: ui-tests/test/mobile.spec.ts#L27
1) [firefox] › test/mobile.spec.ts:15:7 › Mobile › The layout should be more compact on the file browser page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 105 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox-retry1/tree-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox-retry1/tree-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-file-browser-page-firefox-retry1/tree-diff.png 25 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' }); 26 | > 27 | expect(await page.screenshot()).toMatchSnapshot('tree.png'); | ^ 28 | }); 29 | 30 | test('The layout should be more compact on the notebook page', async ({ at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:27:37
[firefox] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page: ui-tests/test/settings.spec.ts#L24
2) [firefox] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page Error: Screenshot comparison failed: 105 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Should-be-persisted-after-reloading-the-page-firefox/top-hidden-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Should-be-persisted-after-reloading-the-page-firefox/top-hidden-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Should-be-persisted-after-reloading-the-page-firefox/top-hidden-diff.png 22 | await page.reload({ waitUntil: 'networkidle' }); 23 | await page.menu.getMenuItem(showHeaderPath); > 24 | expect(await page.screenshot()).toMatchSnapshot('top-hidden.png'); | ^ 25 | 26 | await page.waitForSelector('#top-panel', { state: 'hidden' }); 27 | await page.menu.clickMenuItem(showHeaderPath); at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:24:37
[firefox] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page: ui-tests/test/settings.spec.ts#L24
2) [firefox] › test/settings.spec.ts:11:7 › Settings › Should be persisted after reloading the page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 105 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Should-be-persisted-after-reloading-the-page-firefox-retry1/top-hidden-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Should-be-persisted-after-reloading-the-page-firefox-retry1/top-hidden-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Should-be-persisted-after-reloading-the-page-firefox-retry1/top-hidden-diff.png 22 | await page.reload({ waitUntil: 'networkidle' }); 23 | await page.menu.getMenuItem(showHeaderPath); > 24 | expect(await page.screenshot()).toMatchSnapshot('top-hidden.png'); | ^ 25 | 26 | await page.waitForSelector('#top-panel', { state: 'hidden' }); 27 | await page.menu.clickMenuItem(showHeaderPath); at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:24:37
ui-tests (firefox)
Process completed with exit code 1.
ui-tests (chromium)
No files were found with the provided path: ui-tests/test-results. No artifacts will be uploaded.
🎭 Playwright Run Summary
35 passed (1.7m)
🎭 Playwright Run Summary
1 flaky [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ───────────────────── 34 passed (2.0m)
🎭 Playwright Run Summary
2 failed [firefox] › test/mobile.spec.ts:15: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 33 passed (2.1m)

Artifacts

Produced during runtime
Name Size
notebook-chromium-test-report Expired
525 KB
notebook-dist-1697 Expired
9.41 MB
notebook-firefox-test-assets Expired
2.06 MB
notebook-firefox-test-report Expired
3.45 MB
notebook-firefox-updated-snapshots Expired
478 KB
notebook-pkgs-1697 Expired
53.8 KB