move ocean specific code to 4.1.0 #15
Annotations
8 errors, 2 warnings, and 1 notice
Test:
galata/test/jupyterlab/debugger.test.ts#L1
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector
Test timeout of 60000ms exceeded.
|
Test:
galata/src/helpers/debuggerpanel.ts#L95
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('.jp-DebuggerVariables :text("local_img")')
============================================================
at src/helpers/debuggerpanel.ts:95
93 | await this.page
94 | .locator(`.jp-DebuggerVariables :text("${name}")`)
> 95 | .click({ button: 'right' });
| ^
96 | await this.page
97 | .locator('.lm-Menu-itemLabel:text("Render Variable")')
98 | .click();
at DebuggerHelper.renderVariable (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:95:8)
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/debugger.test.ts:114:25
|
Test:
galata/test/jupyterlab/debugger.test.ts#L1
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector
Pending operations:
- locator.click at src/helpers/debuggerpanel.ts:95:8
|
Test:
galata/test/jupyterlab/notebook-max-outputs.test.ts#L52
2) [jupyterlab] › test/jupyterlab/notebook-max-outputs.test.ts:37:5 › Don't limit cell outputs if input is requested
Error: expect(received).toBeGreaterThan(expected)
Expected: > 5
Received: 5
50 | await page.menu.clickMenuItem('Run>Run All Cells');
51 | await page.waitForSelector('.jp-Stdin >> text=Your age:');
> 52 | expect(await page.locator('.jp-RenderedMarkdown').count()).toBeGreaterThan(
| ^
53 | MAX_OUTPUTS
54 | );
55 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-max-outputs.test.ts:52:62
|
Test:
galata/test/jupyterlab/toc-running.test.ts#L10
3) [jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
Test timeout of 60000ms exceeded while running "beforeEach" hook.
8 |
9 | test.describe('ToC Running indicator', () => {
> 10 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
11 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
12 | await page.notebook.activate(fileName);
13 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/toc-running.test.ts:10:8
|
Test:
galata/src/helpers/filebrowser.ts#L69
3) [jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
Error: page.$: Target page, context or browser has been closed
at src/helpers/filebrowser.ts:69
67 | */
68 | async isFileListedInBrowser(fileName: string): Promise<boolean> {
> 69 | const item = await this.page.$(
| ^
70 | `xpath=${this.xpBuildFileSelector(fileName)}`
71 | );
72 | return item !== null;
at FileBrowserHelper.isFileListedInBrowser (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:69:34)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:58:25)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:166:33)
|
Test:
galata/test/jupyterlab/toc-running.test.ts#L10
4) [jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
Test timeout of 60000ms exceeded while running "beforeEach" hook.
8 |
9 | test.describe('ToC Running indicator', () => {
> 10 | test.beforeEach(async ({ page, tmpPath }) => {
| ^
11 | await page.notebook.openByPath(`${tmpPath}/${fileName}`);
12 | await page.notebook.activate(fileName);
13 |
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/toc-running.test.ts:10:8
|
Test:
galata/src/helpers/filebrowser.ts#L69
4) [jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
Error: page.$: Target page, context or browser has been closed
at src/helpers/filebrowser.ts:69
67 | */
68 | async isFileListedInBrowser(fileName: string): Promise<boolean> {
> 69 | const item = await this.page.$(
| ^
70 | `xpath=${this.xpBuildFileSelector(fileName)}`
71 | );
72 | return item !== null;
at FileBrowserHelper.isFileListedInBrowser (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:69:34)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/filebrowser.ts:58:25)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:166:33)
|
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/.
|
Upload Galata Test assets
No files were found with the provided path: galata/test-jupyterlab-results
galata/test-results. No artifacts will be uploaded.
|
Test
4 flaky
[jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector
[jupyterlab] › test/jupyterlab/notebook-max-outputs.test.ts:37:5 › Don't limit cell outputs if input is requested
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level
407 passed (28.7m)
|
The logs for this run have expired and are no longer available.
Loading