Bump tj-actions/changed-files from 44.5.5 to 44.5.7 in the actions group #426
Annotations
5 errors and 1 notice
core/galata/test/documentation/debugger.test.ts#L36
1) [documentation] › test/documentation/debugger.test.ts:19:7 › Debugger › Kernel capability ─────
Error: Screenshot comparison failed:
88 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts-snapshots/debugger-kernel-documentation-linux.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-debugger-Debugger-Kernel-capability-documentation/debugger-kernel-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-debugger-Debugger-Kernel-capability-documentation/debugger-kernel-diff.png
34 | clip: { x: 1015, y: 62, width: 225, height: 32 }
35 | })
> 36 | ).toMatchSnapshot('debugger_kernel.png');
| ^
37 | });
38 |
39 | test('Activate', async ({ page, tmpPath }) => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts:36:7
|
core/galata/test/documentation/debugger.test.ts#L189
2) [documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
Error: Screenshot comparison failed:
366 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts-snapshots/debugger-stop-on-raised-exception-documentation-linux.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-debugge-b2db7-er-Breakpoints-on-exception-documentation/debugger-stop-on-raised-exception-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-debugge-b2db7-er-Breakpoints-on-exception-documentation/debugger-stop-on-raised-exception-diff.png
187 | clip: { y: 110, x: 300, width: 300, height: 80 }
188 | })
> 189 | ).toMatchSnapshot('debugger_stop_on_raised_exception.png');
| ^
190 | await page.click('jp-button[title^=Continue]');
191 | await page.click('jp-button[title^=Continue]');
192 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/debugger.test.ts:189:7
|
core/galata/src/helpers/notebook.ts#L456
2) [documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
Error: page.waitForTimeout: Test ended.
at src/helpers/notebook.ts:456
454 | let done = false;
455 | do {
> 456 | await this.page.waitForTimeout(20);
| ^
457 | done = await this.page.evaluate(cellIdx => {
458 | return window.galata.haveBeenExecuted(cellIdx);
459 | }, cellIndex);
at NotebookHelper.waitForRun (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/notebook.ts:456:23)
at NotebookHelper.runCell (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/notebook.ts:1411:5)
|
core/galata/test/documentation/general.test.ts#L1
3) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Test timeout of 90000ms exceeded.
|
core/galata/test/documentation/general.test.ts#L86
3) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ─────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('main').getByRole('tabpanel', { name: 'Lorenz.ipynb' }).locator('.jp-DebuggerBugButton[aria-disabled="false"]') to be visible
84 | await panel
85 | .locator('.jp-DebuggerBugButton[aria-disabled="false"]')
> 86 | .waitFor();
| ^
87 |
88 | expect(await page.screenshot()).toMatchSnapshot('jupyterlab.png');
89 | });
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:86:8
|
3 flaky
[documentation] › test/documentation/debugger.test.ts:19:7 › Debugger › Kernel capability ──────
[documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
[documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ──────────────────
60 passed (5.6m)
|
This job succeeded
Loading