Add user facing changelog for 7.2 (#7372) #2036
Annotations
3 errors, 1 warning, and 1 notice
Test:
ui-tests/test/mobile.spec.ts#L71
1) [chromium] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
Error: Screenshot comparison failed:
274 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
69 | }
70 |
> 71 | expect(await notebook.screenshot()).toMatchSnapshot('notebook.png');
| ^
72 | await notebook.close();
73 | });
74 | });
at /home/runner/work/notebook/notebook/ui-tests/test/mobile.spec.ts:71:41
|
Test:
ui-tests/test/notebook.spec.ts#L1
2) [chromium] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ─
Test timeout of 60000ms exceeded.
|
Test:
ui-tests/test/notebook.spec.ts#L82
2) [chromium] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ─
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-mod-outputsScrolled').first() to be visible
80 | .locator('.jp-mod-outputsScrolled')
81 | .nth(0)
> 82 | .waitFor({ state: 'visible' });
| ^
83 |
84 | // execute the second cell
85 | await runAndAdvance(page);
at /home/runner/work/notebook/notebook/ui-tests/test/notebook.spec.ts:82:8
|
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/.
|
Test
2 flaky
[chromium] › test/mobile.spec.ts:41:7 › Mobile › The layout should be more compact on the notebook page
[chromium] › test/notebook.spec.ts:62:7 › Notebook › Outputs should be scrolled automatically ──
33 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading