Fix SiW height mismatch #8679
playwright.yml
on: pull_request
Playwright Tests (ubuntu-22.04, Node.js 18.x)
9m 47s
Annotations
1 error, 4 warnings, and 1 notice
|
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
1) 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:
examples/playwright/src/tests/theia-quick-command.test.ts#L1
examples/playwright/src/tests/theia-quick-command.test.ts took 46.5s
|
|
Slow Test:
examples/playwright/src/tests/theia-workspace.test.ts#L1
examples/playwright/src/tests/theia-workspace.test.ts took 23.3s
|
|
Slow Test:
examples/playwright/src/tests/theia-explorer-view.test.ts#L1
examples/playwright/src/tests/theia-explorer-view.test.ts took 17.1s
|
|
Slow Test:
examples/playwright/src/tests/theia-text-editor.test.ts#L1
examples/playwright/src/tests/theia-text-editor.test.ts took 16.6s
|
|
🎭 Playwright Run Summary
1 flaky
src/tests/theia-notebook-editor.test.ts:231:9 › Theia Notebook Cell interaction › Check x/c/v works
3 skipped
90 passed (5.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
Expired
|
835 KB |
sha256:32a55f723383beb172cd492af4cf9e3ca9e1fd3447a1d9df946421ada76ad541
|
|