Parameterized kernel specs #14
Annotations
10 errors and 1 notice
galata/test/galata/filebrowser.spec.ts#L1
1) [galata] › test/galata/filebrowser.spec.ts:26:7 › filebrowser helper › should activate already opened file
Test timeout of 60000ms exceeded.
|
galata/test/galata/filebrowser.spec.ts#L32
1) [galata] › test/galata/filebrowser.spec.ts:26:7 › filebrowser helper › should activate already opened file
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog').getByRole('button', { name: 'Select Kernel', exact: true })
30 | .locator('.jp-Dialog')
31 | .getByRole('button', { name: 'Select Kernel', exact: true })
> 32 | .click();
| ^
33 |
34 | expect.soft(await page.activity.isTabActive(DEFAULT_NAME)).toEqual(false);
35 | await page.filebrowser.open(DEFAULT_NAME);
at /home/runner/work/jupyterlab/jupyterlab/galata/test/galata/filebrowser.spec.ts:32:8
|
galata/test/galata/filebrowser.spec.ts#L1
1) [galata] › test/galata/filebrowser.spec.ts:26:7 › filebrowser helper › should activate already opened file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
galata/test/galata/filebrowser.spec.ts#L32
1) [galata] › test/galata/filebrowser.spec.ts:26:7 › filebrowser helper › should activate already opened file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog').getByRole('button', { name: 'Select Kernel', exact: true })
30 | .locator('.jp-Dialog')
31 | .getByRole('button', { name: 'Select Kernel', exact: true })
> 32 | .click();
| ^
33 |
34 | expect.soft(await page.activity.isTabActive(DEFAULT_NAME)).toEqual(false);
35 | await page.filebrowser.open(DEFAULT_NAME);
at /home/runner/work/jupyterlab/jupyterlab/galata/test/galata/filebrowser.spec.ts:32:8
|
galata/test/galata/fixture.spec.ts#L1
2) [galata] › test/galata/fixture.spec.ts:109:7 › kernels › should return the active kernels ─────
Test timeout of 60000ms exceeded.
|
galata/test/galata/fixture.spec.ts#L130
2) [galata] › test/galata/fixture.spec.ts:109:7 › kernels › should return the active kernels ─────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog') to be visible
128 |
129 | await page.menu.clickMenuItem('File>New>Console');
> 130 | await page.locator('.jp-Dialog').waitFor();
| ^
131 | await page.click('.jp-Dialog .jp-mod-accept');
132 | await page.locator('text= | Idle').waitFor();
133 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/galata/fixture.spec.ts:130:38
|
galata/test/galata/fixture.spec.ts#L1
2) [galata] › test/galata/fixture.spec.ts:109:7 › kernels › should return the active kernels ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
galata/test/galata/fixture.spec.ts#L130
2) [galata] › test/galata/fixture.spec.ts:109:7 › kernels › should return the active kernels ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog') to be visible
128 |
129 | await page.menu.clickMenuItem('File>New>Console');
> 130 | await page.locator('.jp-Dialog').waitFor();
| ^
131 | await page.click('.jp-Dialog .jp-mod-accept');
132 | await page.locator('text= | Idle').waitFor();
133 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/galata/fixture.spec.ts:130:38
|
galata/test/galata/fixture.spec.ts#L1
3) [galata] › test/galata/fixture.spec.ts:144:7 › sessions › should return the active sessions ───
Test timeout of 60000ms exceeded.
|
galata/test/galata/fixture.spec.ts#L158
3) [galata] › test/galata/fixture.spec.ts:144:7 › sessions › should return the active sessions ───
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog') to be visible
156 |
157 | await page.menu.clickMenuItem('File>New>Console');
> 158 | await page.locator('.jp-Dialog').waitFor();
| ^
159 | await page.click('.jp-Dialog .jp-mod-accept');
160 | await page.locator('text= | Idle').waitFor();
161 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/galata/fixture.spec.ts:158:38
|
10 failed
[galata] › test/galata/filebrowser.spec.ts:26:7 › filebrowser helper › should activate already opened file
[galata] › test/galata/fixture.spec.ts:109:7 › kernels › should return the active kernels ──────
[galata] › test/galata/fixture.spec.ts:144:7 › sessions › should return the active sessions ────
[jupyterlab] › test/jupyterlab/completer.test.ts:175:9 › Completer › Console › Open completer on console
[jupyterlab] › test/jupyterlab/completer.test.ts:183:9 › Completer › Console › Filter console completer suggestions by typing
[jupyterlab] › test/jupyterlab/console.test.ts:27:7 › Console › Executed cells should become read-only
[jupyterlab] › test/jupyterlab/console.test.ts:65:7 › Console (terminal mode) › Cells get executed with Enter
[jupyterlab] › test/jupyterlab/contextmenu.test.ts:196:7 › Application Context Menu › Open console context menu
[jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script)
[jupyterlab] › test/jupyterlab/kernel.test.ts:129:9 › Kernel › Console › Should ask for kernel when creating console from menu
1 flaky
[jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart
476 passed (41.6m)
|
This job failed
Loading