Bump ruff from 0.4.7 to 0.4.9 in the pip group across 1 directory #400
Annotations
8 errors and 1 notice
galata/test/jupyterlab/debugger.test.ts#L1
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:72:7 › Debugger Tests › Rich variables inspector
Test timeout of 60000ms exceeded.
|
galata/src/helpers/debuggerpanel.ts#L112
1) [jupyterlab] › test/jupyterlab/debugger.test.ts:72:7 › Debugger Tests › Rich variables inspector
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-DebuggerVariables :text("local_img")')
at src/helpers/debuggerpanel.ts:112
110 | await this.page
111 | .locator(`.jp-DebuggerVariables :text("${name}")`)
> 112 | .click({ button: 'right' });
| ^
113 | await this.page
114 | .locator('.lm-Menu-itemLabel:text("Render Variable")')
115 | .click();
at DebuggerHelper.renderVariable (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:112:8)
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/debugger.test.ts:116:25
|
galata/test/jupyterlab/debugger.test.ts#L1
2) [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script)
Test timeout of 60000ms exceeded.
|
galata/src/helpers/activity.ts#L158
2) [jupyterlab] › test/jupyterlab/debugger.test.ts:125:7 › Debugger Tests › Start debug session (Script)
Error: locator.getAttribute: Target page, context or browser has been closed
at src/helpers/activity.ts:158
156 | locator = this.page.getByRole('main').getByRole('tabpanel', { name });
157 | } else {
> 158 | const id = await this.getTabLocator().getAttribute('data-id');
| ^
159 | if (!id) {
160 | return null;
161 | }
at ActivityHelper.getPanelLocator (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/activity.ts:158:45)
at NotebookHelper.getToolbarLocator (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/notebook.ts:150:28)
at DebuggerHelper.isOn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:27:41)
at fn (/home/runner/work/jupyterlab/jupyterlab/galata/src/helpers/debuggerpanel.ts:55:51)
at Timeout.check (/home/runner/work/jupyterlab/jupyterlab/galata/src/utils.ts:183:33)
|
galata/test/jupyterlab/notebook-markdown.test.ts#L1
3) [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
3) [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-c0ba071c-e3df-4b0b-b4b5-dd31fe58ce89"]').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
|
galata/test/jupyterlab/notebook-scroll-no-windowing.test.ts#L289
4) [jupyterlab] › test/jupyterlab/notebook-scroll-no-windowing.test.ts:282:7 › Notebook scroll over long outputs (no windowing) › should scroll smoothly without snapping to headings
TimeoutError: locator.waitFor: Timeout 100ms exceeded.
Call log:
- waiting for locator('.jp-Cell .jp-RenderedMarkdown:has-text("Before")') to be visible
287 | );
288 | // Wait until Markdown cells are rendered
> 289 | await renderedMarkdownLocator.waitFor({ timeout: 100 });
| ^
290 | // Un-render the "before" markdown cell
291 | await renderedMarkdownLocator.dblclick();
292 | // Make the first cell active
at /home/runner/work/jupyterlab/jupyterlab/galata/test/jupyterlab/notebook-scroll-no-windowing.test.ts:289:35
|
galata/test/jupyterlab/windowed-notebook.test.ts#L106
5) [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
|
5 flaky
[jupyterlab] › test/jupyterlab/debugger.test.ts:72:7 › Debugger Tests › Rich variables inspector
[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-scroll-no-windowing.test.ts:282:7 › Notebook scroll over long outputs (no windowing) › should scroll smoothly without snapping to headings
[jupyterlab] › test/jupyterlab/windowed-notebook.test.ts:84:5 › should not update height when hiding
474 passed (33.2m)
|
This job succeeded
Loading