Bump the pip group across 1 directory with 8 updates #433
Annotations
2 errors, 1 warning, and 1 notice
galata/test/jupyterlab/notebook-markdown.test.ts#L1
1) [jupyterlab] › test/jupyterlab/notebook-markdown.test.ts:86:7 › Notebook Markdown › Render a MermaidJS flowchart
Test timeout of 60000ms exceeded.
|
galata/test/jupyterlab/notebook-markdown.test.ts#L89
1) [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-365867e2-3845-4df4-b595-fcf1349032d4"]').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
|
|
|
The logs for this run have expired and are no longer available.
Loading