Update to JupyterLab 4.3.0rc0
#2123
Annotations
5 errors and 2 notices
Update snapshots:
ui-tests/test/editor.spec.ts#L1
1) [chromium] › test/editor.spec.ts:35:7 › Editor › Renaming the file by clicking on the title ───
Test timeout of 60000ms exceeded.
|
Update snapshots:
ui-tests/test/editor.spec.ts#L23
1) [chromium] › test/editor.spec.ts:35:7 › Editor › Renaming the file by clicking on the title ───
Error: proxy.waitForNavigation: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
21 | await page.click('text="Rename"'),
22 | // wait until the URL is updated
> 23 | await page.waitForNavigation(),
| ^
24 | ]);
25 | };
26 |
at processRenameDialog (/home/runner/work/notebook/notebook/ui-tests/test/editor.spec.ts:23:16)
at /home/runner/work/notebook/notebook/ui-tests/test/editor.spec.ts:46:5
|
Test:
ui-tests/test/settings.spec.ts#L36
1) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Error: Screenshot comparison failed:
91 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
|
Test:
ui-tests/test/settings.spec.ts#L43
1) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
311 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts-snapshots/top-visible-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-visible-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-visible-diff.png
41 | await page.reload({ waitUntil: 'networkidle' });
42 | await page.menu.getMenuItem(showHeaderPath);
> 43 | expect(await page.screenshot()).toMatchSnapshot('top-visible.png');
| ^
44 | });
45 | });
46 |
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:43:37
|
Test
Process completed with exit code 1.
|
Update snapshots
1 flaky
[chromium] › test/editor.spec.ts:35:7 › Editor › Renaming the file by clicking on the title ────
34 passed (2.0m)
|
Test
1 failed
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
34 passed (2.0m)
|
Loading