Skip to content

Update README.md

Update README.md #121

Triggered via issue July 9, 2024 09:52
Status Failure
Total duration 40m 38s
Artifacts 4

galata-update.yml

on: issue_comment
Update Galata References
40m 29s
Update Galata References
Matrix: Update Documentation Snapshots
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 notices
[documentation] › test/documentation/general.test.ts:20:7 › General › Welcome: core/galata/test/documentation/general.test.ts#L1
1) [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ───────────────── Test timeout of 90000ms exceeded.
[documentation] › test/documentation/general.test.ts:20:7 › General › Welcome: core/galata/test/documentation/general.test.ts#L86
1) [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
[jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script): galata/test/jupyterlab/debugger.test.ts#L1
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script) Test timeout of 60000ms exceeded.
[jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script): galata/src/helpers/debuggerpanel.ts#L30
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script) Error: locator.getAttribute: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('main').locator('[role="tabpanel"][id="id-553784a7-4a4f-43b4-b65f-269b883c06d9"]').locator('.jp-Toolbar').first().locator('.jp-DebuggerBugButton') at src/helpers/debuggerpanel.ts:30 28 | const button = toolbar?.locator('.jp-DebuggerBugButton'); 29 | if (((await button?.count()) ?? 0) > 0) { > 30 | return (await button!.getAttribute('aria-pressed')) === 'true'; | ^ 31 | } 32 | return false; 33 | } at DebuggerHelper.isOn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:30:29) at /home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:55:40 at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:183:11)
[jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart: galata/test/jupyterlab/notebook-markdown.test.ts#L1
2) [jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart Test timeout of 60000ms exceeded.
[jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart: galata/test/jupyterlab/notebook-markdown.test.ts#L89
2) [jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart Error: locator.screenshot: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('main').locator('[role="tabpanel"][id="id-418e0a6d-f974-47d3-85bb-6e844ae7195f"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-Cell[data-windowed-list-index="3"]') 87 | const imageName = 'render-mermaid-flowchart.png'; 88 | const cell = await page.notebook.getCellLocator(3); > 89 | expect(await cell!.screenshot()).toMatchSnapshot(imageName); | ^ 90 | }); 91 | 92 | test('Render a MermaidJS error', async ({ page, tmpPath }) => { at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-markdown.test.ts:89:24
[jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:92:7 › Notebook Markdown › Render a MermaidJS error: galata/test/jupyterlab/notebook-markdown.test.ts#L95
3) [jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:92:7 › Notebook Markdown › Render a MermaidJS error Error: locator.screenshot: Element is not attached to the DOM Call log: - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable 93 | const imageName = 'render-mermaid-error.png'; 94 | const cell = await page.notebook.getCellLocator(4); > 95 | expect(await cell!.screenshot()).toMatchSnapshot(imageName); | ^ 96 | }); 97 | }); 98 | at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-markdown.test.ts:95:24
[jupyterlab] › test/jupyterlab/windowed-notebook.test.ts:84:5 › should not update height when hiding: galata/test/jupyterlab/windowed-notebook.test.ts#L106
4) [jupyterlab] › test/jupyterlab/windowed-notebook.test.ts:84:5 › should not update height when hiding Error: expect(received).toEqual(expected) // deep equality Expected: 2005 Received: 3730 104 | const innerHeight = await getInnerHeight(notebook!); 105 | > 106 | expect(innerHeight).toEqual(initialHeight); | ^ 107 | }); 108 | 109 | test('should hide first inactive code cell when scrolling down', async ({ at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/windowed-notebook.test.ts:106:23
Update Galata References
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [documentation] › test/documentation/general.test.ts:20:7 › General › Welcome ────────────────── 62 passed (5.4m)
🎭 Playwright Run Summary
4 flaky [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script) [jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart [jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:92:7 › Notebook Markdown › Render a MermaidJS error [jupyterlab] › test/jupyterlab/windowed-notebook.test.ts:84:5 › should not update height when hiding 476 passed (33.0m)

Artifacts

Produced during runtime
Name Size
update-documentation-report Expired
2.9 MB
update-galata-report Expired
5.71 MB
updated-documentation-snapshots Expired
5.16 MB
updated-galata-snapshots Expired
5.17 MB