Updated integration tests workflow #176
Annotations
3 errors and 1 notice
ui-tests/tests/windowed_notebook.spec.ts#L26
1) tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view
Error: expect(received).toBeTruthy()
Received: false
24 | // Get the 100th cells locator without scrolling
25 | const lastCellLocator = page.locator('.jp-Cell:last-child');
> 26 | expect(await lastCellLocator.isHidden()).toBeTruthy();
| ^
27 | const widgetLocator = lastCellLocator.locator('.execute-time');
28 | expect(await widgetLocator.isHidden()).toBeTruthy();
29 | // Scroll to the 100th cell
at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/windowed_notebook.spec.ts:26:46
|
ui-tests/tests/windowed_notebook.spec.ts#L26
1) tests/windowed_notebook.spec.ts:20:7 › Windowed notebook › Node attaches after scrolling into view
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
24 | // Get the 100th cells locator without scrolling
25 | const lastCellLocator = page.locator('.jp-Cell:last-child');
> 26 | expect(await lastCellLocator.isHidden()).toBeTruthy();
| ^
27 | const widgetLocator = lastCellLocator.locator('.execute-time');
28 | expect(await widgetLocator.isHidden()).toBeTruthy();
29 | // Scroll to the 100th cell
at /home/runner/work/jupyterlab-execute-time/jupyterlab-execute-time/ui-tests/tests/windowed_notebook.spec.ts:26:46
|
|
|
This job failed
Loading