-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
notebookissues related to notebooksissues related to notebooksplaywrightissues related to playwright testsissues related to playwright tests
Description
I'm monitoring the stability of the Playwright tests and observed that there are a number of intermittent, recurring test failures at the theia-notebook-editor.test.ts
.
Error: 1) ../../src/tests/theia-notebook-editor.test.ts:98:9 › Theia Notebook Editor interaction › should split cell
Error: elementHandle.waitForElementState: Element is not attached to the DOM
Call log:
- waiting for element to be visible
111 | */
112 | const line = await cell.editor.lineByLineNumber(1);
> 113 | await line?.waitForElementState('visible');
| ^
114 | await line?.click();
115 | await line?.press('ArrowRight');
116 |
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:113:21
- https://github.com/eclipse-theia/theia/actions/runs/11793428938/job/32848940686
- https://github.com/eclipse-theia/theia/actions/runs/11720136001/job/32644823097
- https://github.com/eclipse-theia/theia/actions/runs/11589018656/job/32263710648
It is not alarmingly frequent, but it might be good to look into it anyway to avoid false-positives.
mvtec-richter
Metadata
Metadata
Assignees
Labels
notebookissues related to notebooksissues related to notebooksplaywrightissues related to playwright testsissues related to playwright tests