Skip to content

move ocean specific code to 4.1.0 #15

move ocean specific code to 4.1.0

move ocean specific code to 4.1.0 #15

Triggered via pull request February 12, 2024 09:28
Status Failure
Total duration 37m 14s
Artifacts 1

galata.yml

on: pull_request
Visual Regression Tests
37m 1s
Visual Regression Tests
Matrix: Visual Regression Documentation
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 5 warnings, and 1 notice
Visual Regression Documentation (3.10.6)
Process completed with exit code 2.
Visual Regression Documentation (3.10.6)
Process completed with exit code 1.
Visual Regression Documentation (3.10.6)
Process completed with exit code 1.
[jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector: 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.
[jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector: 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
[jupyterlab] › test/jupyterlab/debugger.test.ts:71:7 › Debugger Tests › Rich variables inspector: 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
[jupyterlab] › test/jupyterlab/notebook-max-outputs.test.ts:37:5 › Don't limit cell outputs if input is requested: 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
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators: 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
[jupyterlab] › test/jupyterlab/toc-running.test.ts:48:7 › ToC Running indicator › should display error indicators: 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)
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level: 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
[jupyterlab] › test/jupyterlab/toc-running.test.ts:61:7 › ToC Running indicator › should display running indicator on first visible top level: 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)
Visual Regression Documentation (3.10.6)
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/.
Visual Regression Documentation (3.10.6)
No files were found with the provided path: core/galata/test-results. No artifacts will be uploaded.
Visual Regression Documentation (3.10.6)
No files were found with the provided path: core/galata/playwright-report. No artifacts will be uploaded.
Visual Regression Tests
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/.
Visual Regression Tests
No files were found with the provided path: galata/test-jupyterlab-results galata/test-results. No artifacts will be uploaded.
🎭 Playwright Run Summary
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)

Artifacts

Produced during runtime
Name Size
jupyterlab-galata-report Expired
5.79 MB