Add active cell border padding, remove double cell padding #2278
Annotations
32 errors and 4 notices
[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:
2108 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:
2108 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/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New:
ui-tests/test/menus.spec.ts#L47
2) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New ───────────────
Error: Screenshot comparison failed:
Expected an image 177px by 144px, received 177px by 120px. 1659 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-new-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-chromium/opened-menu-file-new-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-chromium/opened-menu-file-new-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>New:
ui-tests/test/menus.spec.ts#L47
2) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 177px by 144px, received 177px by 120px. 1659 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-new-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-chromium-retry1/opened-menu-file-new-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-chromium-retry1/opened-menu-file-new-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 Settings:
ui-tests/test/menus.spec.ts#L47
3) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings ───────────────
Error: Screenshot comparison failed:
Expected an image 281px by 333px, received 281px by 300px. 4442 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-settings-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-chromium/opened-menu-settings-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-chromium/opened-menu-settings-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 Settings:
ui-tests/test/menus.spec.ts#L47
3) [chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 281px by 333px, received 281px by 300px. 4442 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-settings-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-chromium-retry1/opened-menu-settings-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-chromium-retry1/opened-menu-settings-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:
761 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:
761 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:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
5) [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ───
Error: Screenshot comparison failed:
2091 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium/notebook-full-width-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium/notebook-full-width-diff.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
5) [chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2091 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-chromium-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium-retry1/notebook-full-width-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-chromium-retry1/notebook-full-width-diff.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
[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#L56
3) [firefox] › test/filebrowser.spec.ts:45: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')
54 |
55 | expect(toolbar.getByText('Rename')).toBeHidden();
> 56 | expect(toolbar.getByText('Open')).toBeHidden();
| ^
57 | expect(toolbar.getByText('Delete')).toBeVisible();
58 | });
59 |
at /home/runner/work/notebook/notebook/ui-tests/test/filebrowser.spec.ts:56:39
|
ui-tests (firefox)
Process completed with exit code 1.
|
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render:
ui-tests/test/general.spec.ts#L35
1) [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
Error: Screenshot comparison failed:
2137 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts-snapshots/notebook-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox/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
|
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render:
ui-tests/test/general.spec.ts#L35
1) [firefox] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2137 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/general.spec.ts-snapshots/notebook-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox-retry1/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-general-General-The-notebook-should-render-firefox-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
|
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New:
ui-tests/test/menus.spec.ts#L47
2) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New ────────────────
Error: Screenshot comparison failed:
Expected an image 177px by 144px, received 177px by 120px. 1666 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-new-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-firefox/opened-menu-file-new-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-firefox/opened-menu-file-new-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
|
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New:
ui-tests/test/menus.spec.ts#L47
2) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 177px by 144px, received 177px by 120px. 1666 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-file-new-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-firefox-retry1/opened-menu-file-new-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-File-New-firefox-retry1/opened-menu-file-new-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
|
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings:
ui-tests/test/menus.spec.ts#L47
3) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings ────────────────
Error: Screenshot comparison failed:
Expected an image 281px by 333px, received 281px by 300px. 4469 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-settings-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-firefox/opened-menu-settings-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-firefox/opened-menu-settings-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
|
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings:
ui-tests/test/menus.spec.ts#L47
3) [firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 281px by 333px, received 281px by 300px. 4469 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/menus.spec.ts-snapshots/opened-menu-settings-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-firefox-retry1/opened-menu-settings-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-menus-Notebook-Menus-Open-menu-item-Settings-firefox-retry1/opened-menu-settings-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
|
[firefox] › 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) [firefox] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
766 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/notebook-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-firefox/notebook-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-firefox/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
|
[firefox] › 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) [firefox] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
766 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts-snapshots/notebook-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-mobile-Mobile-The-lay-36afb-ompact-on-the-notebook-page-firefox-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-firefox-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
|
[firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
5) [firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
Error: Screenshot comparison failed:
2152 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-firefox/notebook-full-width-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-firefox/notebook-full-width-diff.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
[firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook:
ui-tests/test/notebook.spec.ts#L203
5) [firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2152 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts-snapshots/notebook-full-width-firefox-linux.png
Received: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-firefox-retry1/notebook-full-width-actual.png
Diff: /home/runner/work/notebook/notebook/ui-tests/test-results/test-notebook-Notebook-Toggle-the-full-width-of-the-notebook-firefox-retry1/notebook-full-width-diff.png
201 | await waitForNotebook(page, browserName);
202 |
> 203 | expect(await page.screenshot()).toMatchSnapshot('notebook-full-width.png');
| ^
204 |
205 | // undo the full width
206 | await page.menu.clickMenuItem(menuPath);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:203:37
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
35 passed (3.4m)
|
🎭 Playwright Run Summary
6 failed
[chromium] › test/general.spec.ts:13:7 › General › The notebook should render ──────────────────
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New ────────────────
[chromium] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings ────────────────
[chromium] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
[chromium] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ────
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
1 flaky
[chromium] › test/links.spec.ts:21:7 › Local Links › Open the current directory ────────────────
29 passed (4.1m)
|
🎭 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
6 failed
[firefox] › test/general.spec.ts:13:7 › General › The notebook should render ───────────────────
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item File>New ─────────────────
[firefox] › test/menus.spec.ts:37:9 › Notebook Menus › Open menu item Settings ─────────────────
[firefox] › test/mobile.spec.ts:43:7 › Mobile › The layout should be more compact on the notebook page
[firefox] › test/notebook.spec.ts:179:7 › Notebook › Toggle the full width of the notebook ─────
[firefox] › test/smoke.spec.ts:10:7 › Smoke › Tour ─────────────────────────────────────────────
3 flaky
[firefox] › test/filebrowser.spec.ts:20:7 › File Browser › Select one folder ───────────────────
[firefox] › test/filebrowser.spec.ts:32:7 › File Browser › Select one file ─────────────────────
[firefox] › test/layout.spec.ts:24:7 › Layout Customization › The Debugger panel should respect the settings and open in the left area
27 passed (4.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
notebook-chromium-test-assets
|
10 MB |
|
notebook-chromium-test-report
|
10.5 MB |
|
notebook-chromium-updated-snapshots
|
339 KB |
|
notebook-dist-2278
|
26.5 MB |
|
notebook-firefox-test-assets
|
11.5 MB |
|
notebook-firefox-test-report
|
12 MB |
|
notebook-firefox-updated-snapshots
|
395 KB |
|
notebook-pkgs-2278
|
57.8 KB |
|