Update to JupyterLab 4.3.0rc0
#2097
Annotations
21 errors and 4 notices
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page:
ui-tests/test/mobile.spec.ts#L38
1) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
338 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
39 | });
40 |
41 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page:
ui-tests/test/mobile.spec.ts#L38
1) [chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
456 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium-retry1/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-chromium-retry1/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
39 | });
40 |
41 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel:
ui-tests/test/notebook.spec.ts#L132
2) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Error: Screenshot comparison failed:
758 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/toc-left-panel-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium/toc-left-panel-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium/toc-left-panel-diff.png
130 | const imageName = 'toc-left-panel.png';
131 |
> 132 | expect(await panel.screenshot()).toMatchSnapshot(imageName);
| ^
133 | });
134 |
135 | test('Open notebook tools right panel', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:132:38
|
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel:
ui-tests/test/notebook.spec.ts#L132
2) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
758 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/toc-left-panel-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium-retry1/toc-left-panel-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-chromium-retry1/toc-left-panel-diff.png
130 | const imageName = 'toc-left-panel.png';
131 |
> 132 | expect(await panel.screenshot()).toMatchSnapshot(imageName);
| ^
133 | });
134 |
135 | test('Open notebook tools right panel', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:132:38
|
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page:
ui-tests/test/settings.spec.ts#L36
3) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Error: Screenshot comparison failed:
501 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/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/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
|
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page:
ui-tests/test/settings.spec.ts#L36
3) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
501 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
|
[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
|
[chromium] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered:
ui-tests/test/notebook.spec.ts#L1
5) [chromium] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ─────────────────
Error: "apiRequestContext.fetch: Target page, context or browser has been closed
Call log:
- → POST http://localhost:8888/api/sessions?1726070387794
- user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/127.0.6533.17 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- accept-language: en-US
- content-type: text/plain;charset=UTF-8
- cookie: username-localhost-8888="2|1:0|10:1726070385|23:username-localhost-8888|200:eyJ1c2VybmFtZSI6ICI0OGExNTg4ZTA5YTQ0MjBhOWNiNzcyNjFiNWU0NzgzZSIsICJuYW1lIjogIkFub255bW91cyBQYXNpdGhlZSIsICJkaXNwbGF5X25hbWUiOiAiQW5vbnltb3VzIFBhc2l0aGVlIiwgImluaXRpYWxzIjogIkFQIiwgImNvbG9yIjogbnVsbH0=|4c0df77ce0e5174731df4d71f7a10fb7a70b6f33b81621dc8252ec95b1b5daec"; _xsrf=2|8cb73bf5|a7a1fb501bf150364c523d5e90986e4b|1726070385
- origin: http://localhost:8888
- referer: http://localhost:8888/notebooks/test-notebook-Notebook-Title-should-be-rendered-chromium/example.ipynb
- x-xsrftoken: 2|8cb73bf5|a7a1fb501bf150364c523d5e90986e4b|1726070385
- sec-ch-ua: "Not)A;Brand";v="99", "HeadlessChrome";v="127", "Chromium";v="127"
- sec-ch-ua-mobile: ?0
- sec-ch-ua-platform: "Linux"
- content-length: 173
" while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:925:49
|
ui-tests (chromium)
Process completed with exit code 1.
|
[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/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page:
ui-tests/test/mobile.spec.ts#L38
1) [firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
363 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-firefox/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-firefox/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
39 | });
40 |
41 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
[firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page:
ui-tests/test/mobile.spec.ts#L38
1) [firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
363 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/tree-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-firefox-retry1/tree-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-60036-ct-on-the-file-browser-page-firefox-retry1/tree-diff.png
36 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
37 |
> 38 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
39 | });
40 |
41 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:38:37
|
[firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel:
ui-tests/test/notebook.spec.ts#L132
2) [firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ─────────
Error: Screenshot comparison failed:
735 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/toc-left-panel-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox/toc-left-panel-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox/toc-left-panel-diff.png
130 | const imageName = 'toc-left-panel.png';
131 |
> 132 | expect(await panel.screenshot()).toMatchSnapshot(imageName);
| ^
133 | });
134 |
135 | test('Open notebook tools right panel', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:132:38
|
[firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel:
ui-tests/test/notebook.spec.ts#L132
2) [firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
735 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/toc-left-panel-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox-retry1/toc-left-panel-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Open-table-of-content-left-panel-firefox-retry1/toc-left-panel-diff.png
130 | const imageName = 'toc-left-panel.png';
131 |
> 132 | expect(await panel.screenshot()).toMatchSnapshot(imageName);
| ^
133 | });
134 |
135 | test('Open notebook tools right panel', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:132:38
|
[firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page:
ui-tests/test/settings.spec.ts#L36
3) [firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Error: Screenshot comparison failed:
409 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-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-firefox/top-hidden-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-firefox/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
|
[firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page:
ui-tests/test/settings.spec.ts#L36
3) [firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
409 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-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-settings-Settings-Sho-cda2b-ed-after-reloading-the-page-firefox-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-firefox-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
|
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file:
ui-tests/test/filebrowser.spec.ts#L39
4) [firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ────────────────────
Error: expect(locator).toBeVisible()
Locator: getByRole('toolbar').getByText('Download')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Download')
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:41:7 › Mobile › The layout should be more compact on the notebook page:
ui-tests/test/mobile.spec.ts#L1
5) [firefox] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
Test timeout of 60000ms exceeded.
|
[firefox] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page:
ui-tests/test/utils.ts#L18
5) [firefox] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
Error: page.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-NotebookKernelStatus-fade') to be visible
at test/utils.ts:18
16 | */
17 | export async function waitForKernelReady(page: Page): Promise<void> {
> 18 | await page.waitForSelector('.jp-NotebookKernelStatus-fade');
| ^
19 | await page.waitForFunction(() => {
20 | const status = window.document.getElementsByClassName(
21 | 'jp-NotebookKernelStatus'
at waitForKernelReady (/home/runner/work/notebook/notebook/ui-tests/test/utils.ts:18:14)
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:59:29
|
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered:
ui-tests/test/notebook.spec.ts#L1
6) [firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ──────────────────
Error: "apiRequestContext.fetch: Target page, context or browser has been closed
Call log:
- → POST http://localhost:8888/api/sessions?1726070382534
- user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0
- accept: */*
- accept-encoding: gzip, deflate, br, zstd
- host: localhost:8888
- accept-language: en-US
- content-type: text/plain;charset=UTF-8
- content-length: 172
- referer: http://localhost:8888/notebooks/test-notebook-Notebook-Title-should-be-rendered-firefox/example.ipynb
- x-xsrftoken: 2|0c627956|aa42af89453eda761385e11340aa212c|1726070380
- origin: http://localhost:8888
- sec-fetch-dest: empty
- sec-fetch-mode: cors
- sec-fetch-site: same-origin
- connection: keep-alive
- cookie: username-localhost-8888=2|1:0|10:1726070380|23:username-localhost-8888|188:eyJ1c2VybmFtZSI6ICI2MzFjYjY3MjI0YTU0OTc2ODkzZjFiMzczMjA1ODU4ZiIsICJuYW1lIjogIkFub255bW91cyBMZWRhIiwgImRpc3BsYXlfbmFtZSI6ICJBbm9ueW1vdXMgTGVkYSIsICJpbml0aWFscyI6ICJBTCIsICJjb2xvciI6IG51bGx9|a9f55abddf7bcdb725380df5cb87b8bede1432f86c1e96cceda360575f585b90; _xsrf=2|0c627956|aa42af89453eda761385e11340aa212c|1726070380
" while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
at /home/runner/work/notebook/notebook/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:925:49
|
🎭 Playwright Run Summary
35 passed (1.7m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ─────────
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
2 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
[chromium] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ──────────────────
30 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ─────────────────────
34 passed (2.0m)
|
🎭 Playwright Run Summary
3 failed
[firefox] › test/mobile.spec.ts:30:7 › Mobile › The layout should be more compact on the file browser page
[firefox] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ──────────
[firefox] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
3 flaky
[firefox] › test/filebrowser.spec.ts:31:7 › File Browser › Select one file ─────────────────────
[firefox] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ───────────────────
29 passed (2.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
notebook-chromium-test-assets
|
7.74 MB |
|
notebook-chromium-test-report
|
8.35 MB |
|
notebook-chromium-updated-snapshots
|
314 KB |
|
notebook-dist-2097
|
9.5 MB |
|
notebook-firefox-test-assets
|
9.16 MB |
|
notebook-firefox-test-report
|
9.75 MB |
|
notebook-firefox-updated-snapshots
|
360 KB |
|
notebook-pkgs-2097
|
57 KB |
|