Skip to content

Publish 7.1.0a2

Publish 7.1.0a2 #1753

Triggered via push December 27, 2023 09:47
Status Failure
Total duration 12m 8s
Artifacts 7
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ui-tests.yml

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

Annotations

15 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(received).toBeVisible() 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#L55
2) [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
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible: ui-tests/test/notebook.spec.ts#L1
1) [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
1) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─ Error: proxy.waitForNavigation: Navigation failed because page was closed! =========================== 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
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible: ui-tests/test/notebook.spec.ts#L1
1) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
1) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: proxy.waitForNavigation: Navigation failed because page was closed! =========================== 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
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L1
2) [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
2) [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/links.spec.ts:21:7 › Local Links › Open the current directory: ui-tests/test/links.spec.ts#L1
2) [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ─────────────── Pending operations: - locator.click at test/links.spec.ts:26:50
ui-tests (chromium)
Process completed with exit code 1.
[chromium] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L51
1) [chromium] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page Error: Screenshot comparison failed: 251 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-notebook-page-chromium/notebook-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-chromium/notebook-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-chromium/notebook-diff.png 49 | } 50 | > 51 | expect(await page.screenshot()).toMatchSnapshot('notebook.png'); | ^ 52 | }); 53 | }); 54 | at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:51:37
[chromium] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page: ui-tests/test/mobile.spec.ts#L51
1) [chromium] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 251 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-notebook-page-chromium-retry1/notebook-expected.png Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-chromium-retry1/notebook-actual.png Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-layout-should-be-more-compact-on-the-notebook-page-chromium-retry1/notebook-diff.png 49 | } 50 | > 51 | expect(await page.screenshot()).toMatchSnapshot('notebook.png'); | ^ 52 | }); 53 | }); 54 | at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:51:37
[chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible: ui-tests/test/notebook.spec.ts#L1
2) [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
2) [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ─ Error: proxy.waitForNavigation: Navigation failed because page was closed! =========================== 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.
🎭 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.0m)
🎭 Playwright Run Summary
1 failed [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ── 1 flaky [chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ──────────────── 33 passed (3.3m)
🎭 Playwright Run Summary
1 failed [chromium] › test/mobile.spec.ts:26:7 › Mobile › The layout should be more compact on the notebook page 1 flaky [chromium] › test/notebook.spec.ts:32:7 › Notebook › Renaming the notebook should be possible ── 33 passed (2.2m)

Artifacts

Produced during runtime
Name Size
notebook-chromium-test-assets Expired
5.37 MB
notebook-chromium-test-report Expired
6.83 MB
notebook-chromium-updated-snapshots Expired
447 KB
notebook-dist-1753 Expired
9.37 MB
notebook-firefox-test-assets Expired
1.62 MB
notebook-firefox-test-report Expired
3.12 MB
notebook-pkgs-1753 Expired
54.1 KB