Invert old and new content comment (#16918) #3
Annotations
4 errors and 1 notice
Test:
core/galata/test/documentation/customization.test.ts#L32
1) [documentation] › test/documentation/customization.test.ts:17:7 › Default › should use default layout
Error: Screenshot comparison failed:
1378 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts-snapshots/default-terminal-position-single-documentation-linux.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customi-38159-t-should-use-default-layout-documentation/default-terminal-position-single-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-customi-38159-t-should-use-default-layout-documentation/default-terminal-position-single-diff.png
30 | await page.locator('.jp-Terminal').waitFor();
31 |
> 32 | expect(await page.screenshot()).toMatchSnapshot(
| ^
33 | 'default-terminal-position-single.png'
34 | );
35 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/customization.test.ts:32:37
|
Test:
core/galata/test/documentation/debugger.test.ts#L1
2) [documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
Test timeout of 90000ms exceeded.
|
Test:
core/galata/src/helpers/debuggerpanel.ts#L29
2) [documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
Error: locator.count: Test timeout of 90000ms exceeded.
at src/helpers/debuggerpanel.ts:29
27 | const toolbar = await this.notebook.getToolbarLocator(name);
28 | const button = toolbar?.locator('.jp-DebuggerBugButton');
> 29 | if (((await button?.count()) ?? 0) > 0) {
| ^
30 | return (await button!.getAttribute('aria-pressed')) === 'true';
31 | }
32 | return false;
at DebuggerHelper.isOn (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/debuggerpanel.ts:29:25)
at /home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/debuggerpanel.ts:55:40
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:183:11)
|
Test:
core/galata/test/documentation/general.test.ts#L659
3) [documentation] › test/documentation/general.test.ts:640:7 › General › Open With ──────────────
Error: Screenshot comparison failed:
9673 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts-snapshots/file-formats-open-with-documentation-linux.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Open-With-documentation/file-formats-open-with-diff.png
657 | expect(
658 | await page.screenshot({ clip: { y: 0, x: 0, width: 700, height: 500 } })
> 659 | ).toMatchSnapshot('file_formats_open_with.png');
| ^
660 | });
661 |
662 | test('HTML Display', async ({ page, tmpPath }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:659:7
|
Test
3 flaky
[documentation] › test/documentation/customization.test.ts:17:7 › Default › should use default layout
[documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
[documentation] › test/documentation/general.test.ts:640:7 › General › Open With ───────────────
60 passed (5.0m)
|
Loading