Update @jupyterlab/galata
#2018
Annotations
15 errors, 1 warning, and 2 notices
Update snapshots:
ui-tests/test/smoke.spec.ts#L1
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Update snapshots:
ui-tests/test/smoke.spec.ts#L28
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
26 | // Create a new notebook
27 | const [notebook] = await Promise.all([
> 28 | page.waitForEvent('popup'),
| ^
29 | page.click('text="New"'),
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:28:12
|
Update snapshots:
ui-tests/test/smoke.spec.ts#L1
1) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Update snapshots:
ui-tests/test/smoke.spec.ts#L28
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"
============================================================
26 | // Create a new notebook
27 | const [notebook] = await Promise.all([
> 28 | page.waitForEvent('popup'),
| ^
29 | page.click('text="New"'),
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:28:12
|
Update snapshots
Process completed with exit code 1.
|
Test:
ui-tests/test/mobile.spec.ts#L35
1) [chromium] › test/mobile.spec.ts:27:7 › Mobile › The layout should be more compact on the file browser page
Error: Screenshot comparison failed:
2891 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
33 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
34 |
> 35 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
36 | });
37 |
38 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:35:37
|
Test:
ui-tests/test/mobile.spec.ts#L35
1) [chromium] › test/mobile.spec.ts:27:7 › Mobile › The layout should be more compact on the file browser page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2891 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
33 | await page.waitForSelector('#top-panel-wrapper', { state: 'hidden' });
34 |
> 35 | expect(await page.screenshot()).toMatchSnapshot('tree.png');
| ^
36 | });
37 |
38 | test('The layout should be more compact on the notebook page', async ({
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:35:37
|
Test:
ui-tests/test/mobile.spec.ts#L1
2) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/mobile.spec.ts#L47
2) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
45 | // Create a new notebook
46 | const [notebook] = await Promise.all([
> 47 | page.waitForEvent('popup'),
| ^
48 | page.click('text="New"'),
49 | page.click('text="Python 3 (ipykernel)"'),
50 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:47:12
|
Test:
ui-tests/test/mobile.spec.ts#L1
2) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/mobile.spec.ts#L47
2) [chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
45 | // Create a new notebook
46 | const [notebook] = await Promise.all([
> 47 | page.waitForEvent('popup'),
| ^
48 | page.click('text="New"'),
49 | page.click('text="Python 3 (ipykernel)"'),
50 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:47:12
|
Test:
ui-tests/test/settings.spec.ts#L34
3) [chromium] › test/settings.spec.ts:21:7 › Settings › Should be persisted after reloading the page
Error: Screenshot comparison failed:
869 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
32 | await page.reload({ waitUntil: 'networkidle' });
33 | await page.menu.getMenuItem(showHeaderPath);
> 34 | expect(await page.screenshot()).toMatchSnapshot('top-hidden.png');
| ^
35 |
36 | await page.waitForSelector('#top-panel', { state: 'hidden' });
37 | await page.menu.clickMenuItem(showHeaderPath);
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:34:37
|
Test:
ui-tests/test/settings.spec.ts#L34
3) [chromium] › test/settings.spec.ts:21:7 › Settings › Should be persisted after reloading the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
869 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
32 | await page.reload({ waitUntil: 'networkidle' });
33 | await page.menu.getMenuItem(showHeaderPath);
> 34 | expect(await page.screenshot()).toMatchSnapshot('top-hidden.png');
| ^
35 |
36 | await page.waitForSelector('#top-panel', { state: 'hidden' });
37 | await page.menu.clickMenuItem(showHeaderPath);
at /home/runner/work/notebook/notebook/ui-tests/test/settings.spec.ts:34:37
|
Test:
ui-tests/test/smoke.spec.ts#L1
4) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/smoke.spec.ts#L28
4) [chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ───────────────────────────────────────────
Error: proxy.waitForEvent: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for event "popup"
============================================================
26 | // Create a new notebook
27 | const [notebook] = await Promise.all([
> 28 | page.waitForEvent('popup'),
| ^
29 | page.click('text="New"'),
30 | page.click('text="Python 3 (ipykernel)"'),
31 | ]);
at /home/runner/work/notebook/notebook/ui-tests/test/smoke.spec.ts:28:12
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Update snapshots
1 failed
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
34 passed (3.4m)
|
Test
4 failed
[chromium] › test/mobile.spec.ts:27:7 › Mobile › The layout should be more compact on the file browser page
[chromium] › test/mobile.spec.ts:38:7 › Mobile › The layout should be more compact on the notebook page
[chromium] › test/settings.spec.ts:21:7 › Settings › Should be persisted after reloading the page
[chromium] › test/smoke.spec.ts:10:7 › Smoke › Tour ────────────────────────────────────────────
31 passed (3.9m)
|
The logs for this run have expired and are no longer available.
Loading