Bump tj-actions/changed-files from 44.5.5 to 45.0.2 in the actions group across 1 directory #434
Annotations
10 errors and 1 notice
core/galata/test/documentation/workspaces.test.ts#L27
1) [documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
Test timeout of 90000ms exceeded while running "beforeEach" hook.
25 | });
26 |
> 27 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
28 | await page.filebrowser.openDirectory(tmpPath);
29 | });
30 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:27:8
|
core/galata/src/utils.ts#L311
1) [documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
Error: locator.isChecked: Target page, context or browser has been closed
at src/utils.ts:311
309 | export function isInSimpleMode(page: Page): Promise<boolean> {
310 | const toggle = page.getByRole('switch', { name: 'Simple' });
> 311 | return toggle.isChecked();
| ^
312 | }
313 |
at Object.isInSimpleMode (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:311:17)
at ActivityHelper.isTabActive (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/activity.ts:46:21)
at fn (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/fixtures.ts:326:33)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:183:33)
|
core/galata/test/documentation/workspaces.test.ts#L27
1) [documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
25 | });
26 |
> 27 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
28 | await page.filebrowser.openDirectory(tmpPath);
29 | });
30 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:27:8
|
core/galata/src/utils.ts#L311
1) [documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.isChecked: Target page, context or browser has been closed
at src/utils.ts:311
309 | export function isInSimpleMode(page: Page): Promise<boolean> {
310 | const toggle = page.getByRole('switch', { name: 'Simple' });
> 311 | return toggle.isChecked();
| ^
312 | }
313 |
at Object.isInSimpleMode (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:311:17)
at ActivityHelper.isTabActive (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/activity.ts:46:21)
at fn (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/fixtures.ts:326:33)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:183:33)
|
core/galata/test/documentation/workspaces.test.ts#L27
1) [documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded while running "beforeEach" hook.
25 | });
26 |
> 27 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
28 | await page.filebrowser.openDirectory(tmpPath);
29 | });
30 |
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/workspaces.test.ts:27:8
|
core/galata/src/utils.ts#L311
1) [documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.isChecked: Target page, context or browser has been closed
at src/utils.ts:311
309 | export function isInSimpleMode(page: Page): Promise<boolean> {
310 | const toggle = page.getByRole('switch', { name: 'Simple' });
> 311 | return toggle.isChecked();
| ^
312 | }
313 |
at Object.isInSimpleMode (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:311:17)
at ActivityHelper.isTabActive (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/helpers/activity.ts:46:21)
at fn (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/fixtures.ts:326:33)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/core/galata/src/utils.ts:183:33)
|
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#L146
3) [documentation] › test/documentation/general.test.ts:115:7 › General › Right Sidebar ──────────
Error: Screenshot comparison failed:
21 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts-snapshots/interface-right-common-documentation-linux.png
Received: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Right-Sidebar-documentation/interface-right-common-actual.png
Diff: /home/runner/work/jupyterlab/jupyterlab/core/galata/test-results/test-documentation-general-General-Right-Sidebar-documentation/interface-right-common-diff.png
144 | clip: { y: 32, x: 997, width: 283, height: 400 }
145 | })
> 146 | ).toMatchSnapshot('interface_right_common.png');
| ^
147 |
148 | // Expect the 'Raw NbConvert Format' field to be displayed only on raw cells
149 | await expect(
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:146:7
|
core/galata/test/documentation/general.test.ts#L581
4) [documentation] › test/documentation/general.test.ts:555:7 › General › Kernels and Terminals ──
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.jp-RunningSessions-item.jp-mod-kernel')
Expected: 2
Received: 3
Call log:
- expect.soft.toHaveCount with timeout 5000ms
- waiting for locator('.jp-RunningSessions-item.jp-mod-kernel')
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
- locator resolved to 3 elements
- unexpected value "3"
579 | await expect
580 | .soft(page.locator('.jp-RunningSessions-item.jp-mod-kernel'))
> 581 | .toHaveCount(2, { timeout: 5000 });
| ^
582 |
583 | const freeezeKernelIds = async () => {
584 | return page.evaluate(() => {
at /home/runner/work/jupyterlab/jupyterlab/core/galata/test/documentation/general.test.ts:581:8
|
1 failed
[documentation] › test/documentation/workspaces.test.ts:36:7 › Workspaces sidebar › Workspaces context menu
3 flaky
[documentation] › test/documentation/debugger.test.ts:126:7 › Debugger › Breakpoints on exception
[documentation] › test/documentation/general.test.ts:115:7 › General › Right Sidebar ───────────
[documentation] › test/documentation/general.test.ts:555:7 › General › Kernels and Terminals ───
59 passed (8.9m)
|
This job failed
Loading