Update to JupyterLab 4.3.0rc1
#2164
Annotations
5 errors and 2 notices
Update snapshots:
ui-tests/test/editor.spec.ts#L1
1) [chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ─────────
Test timeout of 60000ms exceeded.
|
Update snapshots:
ui-tests/test/editor.spec.ts#L23
1) [chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ─────────
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:63:5
|
Test:
ui-tests/test/settings.spec.ts#L45
1) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Error: Screenshot comparison failed:
468 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/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/top-visible-diff.png
43 | await page.reload({ waitUntil: 'networkidle' });
44 | await page.menu.getMenuItem(showHeaderPath);
> 45 | expect(await page.screenshot()).toMatchSnapshot('top-visible.png', {
| ^
46 | maxDiffPixels: 300,
47 | });
48 | });
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:45:37
|
Test:
ui-tests/test/settings.spec.ts#L45
1) [chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
483 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
43 | await page.reload({ waitUntil: 'networkidle' });
44 | await page.menu.getMenuItem(showHeaderPath);
> 45 | expect(await page.screenshot()).toMatchSnapshot('top-visible.png', {
| ^
46 | maxDiffPixels: 300,
47 | });
48 | });
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:45:37
|
Test
Process completed with exit code 1.
|
Update snapshots
1 flaky
[chromium] › test/editor.spec.ts:53:7 › Editor › Renaming the file via the menu entry ──────────
35 passed (2.1m)
|
Test
1 failed
[chromium] › test/settings.spec.ts:23:7 › Settings › Should be persisted after reloading the page
35 passed (2.1m)
|
Loading