Add active cell border padding, remove double cell padding #2281
Annotations
30 errors and 4 notices
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L1
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L20
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
18 | // Choose the kernel
19 | const [console] = await Promise.all([
> 20 | page.waitForEvent('popup'),
| ^
21 | page.click('text="Select"'),
22 | ]);
23 | await console.waitForLoadState();
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:20:12
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L1
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L20
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
18 | // Choose the kernel
19 | const [console] = await Promise.all([
> 20 | page.waitForEvent('popup'),
| ^
21 | page.click('text="Select"'),
22 | ]);
23 | await console.waitForLoadState();
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:20:12
|
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file:
ui-tests/test/filebrowser.spec.ts#L41
2) [firefox] › test/filebrowser.spec.ts:32: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')
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
|
[firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders:
ui-tests/test/filebrowser.spec.ts#L57
3) [firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders ───────────
Error: expect(locator).toBeVisible()
Locator: getByRole('toolbar').getByText('Delete')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Delete')
55 | expect(toolbar.getByText('Rename')).toBeHidden();
56 | expect(toolbar.getByText('Open')).toBeHidden();
> 57 | expect(toolbar.getByText('Delete')).toBeVisible();
| ^
58 | });
59 |
60 | test('Select files and open', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:57:41
|
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered:
ui-tests/test/notebook.spec.ts#L1
4) [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?1738252622467
- user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.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|49e028f7|d660e41b006d5fd27bfb779fd093f152|1738252619
- 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:1738252619|23:username-localhost-8888|200:eyJ1c2VybmFtZSI6ICI3YmI2NTY0MWVmZDQ0ZjQzYmUyYzkzODFiOWY4YzY2MiIsICJuYW1lIjogIkFub255bW91cyBDYWxsaXN0byIsICJkaXNwbGF5X25hbWUiOiAiQW5vbnltb3VzIENhbGxpc3RvIiwgImluaXRpYWxzIjogIkFDIiwgImNvbG9yIjogbnVsbH0=|288c2a4f60ae85a30528ef72cc1144e5f9ef35166af3564fa762027e6fffcc33"; _xsrf=2|49e028f7|d660e41b006d5fd27bfb779fd093f152|1738252619
" 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:961:49
|
ui-tests (firefox)
Process completed with exit code 1.
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L1
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L20
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
18 | // Choose the kernel
19 | const [console] = await Promise.all([
> 20 | page.waitForEvent('popup'),
| ^
21 | page.click('text="Select"'),
22 | ]);
23 | await console.waitForLoadState();
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:20:12
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L1
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L20
1) [firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
18 | // Choose the kernel
19 | const [console] = await Promise.all([
> 20 | page.waitForEvent('popup'),
| ^
21 | page.click('text="Select"'),
22 | ]);
23 | await console.waitForLoadState();
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:20:12
|
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file:
ui-tests/test/filebrowser.spec.ts#L41
2) [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
|
[firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders:
ui-tests/test/filebrowser.spec.ts#L57
3) [firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders ───────────
Error: expect(locator).toBeVisible()
Locator: getByRole('toolbar').getByText('Delete')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar').getByText('Delete')
55 | expect(toolbar.getByText('Rename')).toBeHidden();
56 | expect(toolbar.getByText('Open')).toBeHidden();
> 57 | expect(toolbar.getByText('Delete')).toBeVisible();
| ^
58 | });
59 |
60 | test('Select files and open', async ({ page, tmpPath }) => {
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:57:41
|
ui-tests (firefox)
Process completed with exit code 1.
|
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L1
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L20
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
18 | // Choose the kernel
19 | const [console] = await Promise.all([
> 20 | page.waitForEvent('popup'),
| ^
21 | page.click('text="Select"'),
22 | ]);
23 | await console.waitForLoadState();
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:20:12
|
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L1
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour:
ui-tests/test/smoke.spec.ts#L20
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
18 | // Choose the kernel
19 | const [console] = await Promise.all([
> 20 | page.waitForEvent('popup'),
| ^
21 | page.click('text="Select"'),
22 | ]);
23 | await console.waitForLoadState();
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:20:12
|
ui-tests (chromium)
Process completed with exit code 1.
|
[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: Screenshot comparison failed:
283 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: Screenshot comparison failed:
283 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/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area:
ui-tests/test/layout.spec.ts#L42
2) [chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
Error: Screenshot comparison failed:
49 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts-snapshots/debugger-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customi-4f80d-s-and-open-in-the-left-area-chromium/debugger-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customi-4f80d-s-and-open-in-the-left-area-chromium/debugger-diff.png
40 | expect(await panel.isVisible()).toBe(true);
41 |
> 42 | expect(await panel.screenshot()).toMatchSnapshot('debugger.png');
| ^
43 | });
44 | });
45 |
at /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts:42:38
|
[chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area:
ui-tests/test/layout.spec.ts#L42
2) [chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
49 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts-snapshots/debugger-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customi-4f80d-s-and-open-in-the-left-area-chromium-retry1/debugger-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-layout-Layout-Customi-4f80d-s-and-open-in-the-left-area-chromium-retry1/debugger-diff.png
40 | expect(await panel.isVisible()).toBe(true);
41 |
> 42 | expect(await panel.screenshot()).toMatchSnapshot('debugger.png');
| ^
43 | });
44 | });
45 |
at /home/runner/work/notebook/notebook/ui-tests/test/layout.spec.ts:42:38
|
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As:
ui-tests/test/menus.spec.ts#L47
3) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As
Error: Screenshot comparison failed:
387 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-save-and-export-notebook-as-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus--9d5f4-Save-and-Export-Notebook-As-chromium/opened-menu-file-save-and-export-notebook-as-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus--9d5f4-Save-and-Export-Notebook-As-chromium/opened-menu-file-save-and-export-notebook-as-diff.png
45 | const menu = await page.menu.getOpenMenu();
46 | expect(menu).toBeDefined();
> 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase());
| ^
48 | });
49 | });
50 | });
at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
|
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As:
ui-tests/test/menus.spec.ts#L47
3) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
387 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-save-and-export-notebook-as-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus--9d5f4-Save-and-Export-Notebook-As-chromium-retry1/opened-menu-file-save-and-export-notebook-as-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus--9d5f4-Save-and-Export-Notebook-As-chromium-retry1/opened-menu-file-save-and-export-notebook-as-diff.png
45 | const menu = await page.menu.getOpenMenu();
46 | expect(menu).toBeDefined();
> 47 | expect(await menu?.screenshot()).toMatchSnapshot(imageName.toLowerCase());
| ^
48 | });
49 | });
50 | });
at /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts:47:40
|
[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
4) [chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
109 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
4) [chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
109 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:103:7 › Notebook › Open table of content left panel:
ui-tests/test/notebook.spec.ts#L132
5) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Error: Screenshot comparison failed:
23 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
5) [chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
23 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
|
🎭 Playwright Run Summary
1 failed
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ─────────────────────────────────────────────
3 flaky
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ─────────────────────
[firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders ────────────
[firefox] › test/notebook.spec.ts:24:7 › Notebook › Title should be rendered ───────────────────
32 passed (3.8m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ─────────────────────────────────────────────
2 flaky
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ─────────────────────
[firefox] › test/filebrowser.spec.ts:45:7 › File Browser › Select files and folders ────────────
33 passed (3.7m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
35 passed (3.4m)
|
🎭 Playwright Run Summary
8 failed
[chromium] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
[chromium] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>Save and Export Notebook As
[chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
[chromium] › test/notebook.spec.ts:103:7 › Notebook › Open table of content left panel ─────────
[chromium] › test/notebook.spec.ts:135:7 › Notebook › Open notebook tools right panel ──────────
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
28 passed (4.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
notebook-chromium-test-assets
|
13.5 MB |
|
notebook-chromium-test-report
|
14 MB |
|
notebook-chromium-updated-snapshots
|
339 KB |
|
notebook-dist-2281
|
26.5 MB |
|
notebook-firefox-test-assets
|
2.75 MB |
|
notebook-firefox-test-report
|
3.41 MB |
|
notebook-firefox-updated-snapshots
|
395 KB |
|
notebook-pkgs-2281
|
57.8 KB |
|