Playwright Tests #8406
playwright.yml
on: schedule
Playwright Tests (ubuntu-22.04, Node.js 18.x)
9m 53s
Annotations
2 errors, 4 warnings, and 1 notice
../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell:
examples/playwright/src/tests/theia-notebook-editor.test.ts#L119
1) ../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
Error: elementHandle.click: Element is not attached to the DOM
Call log:
- attempting click action
- waiting for element to be visible, enabled and stable
117 | const box = await line?.boundingBox();
118 | console.log(`Split cell test: visible = ${await line?.isVisible()}, box = {${box?.x},${box?.y},${box?.width},${box?.height}}`);
> 119 | await line!.click();
| ^
120 | await line!.press('ArrowRight');
121 |
122 | // split cell
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:119:21
|
../../src/tests/theia-notebook-editor.test.ts:231:9 › Theia Notebook Cell interaction › Check x/c/v works:
examples/playwright/src/theia-monaco-editor.ts#L62
2) ../../src/tests/theia-notebook-editor.test.ts:231:9 › Theia Notebook Cell interaction › Check x/c/v works
TypeError: Cannot read properties of undefined (reading 'lineElement')
at ../../src/theia-monaco-editor.ts:62
60 | }
61 | linesWithXCoordinates.sort((a, b) => a.x.toString().localeCompare(b.x.toString()));
> 62 | return linesWithXCoordinates[lineNumber - 1].lineElement;
| ^
63 | }
64 |
65 | async textContentOfLineContainingText(text: string): Promise<string | undefined> {
at TheiaEmbeddedMonacoEditor.lineByLineNumber (/home/runner/work/theia/theia/examples/playwright/src/theia-monaco-editor.ts:62:54)
at TheiaEmbeddedMonacoEditor.addEditorText (/home/runner/work/theia/theia/examples/playwright/src/theia-monaco-editor.ts:102:22)
at TheiaNotebookCell.addEditorText (/home/runner/work/theia/theia/examples/playwright/src/theia-notebook-cell.ts:107:9)
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:236:9
|
Slow Test:
src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.4s
|
Slow Test:
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 22.8s
|
Slow Test:
src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 16.6s
|
Slow Test:
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 16.0s
|
🎭 Playwright Run Summary
2 flaky
../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
../../src/tests/theia-notebook-editor.test.ts:231:9 › Theia Notebook Cell interaction › Check x/c/v works
3 skipped
89 passed (5.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-test-results
|
1.17 MB |
|