Playwright Tests #122
playwright.yml
on: schedule
Playwright Tests (ubuntu-22.04, Node.js 18.x)
10m 40s
Annotations
2 errors, 5 warnings, and 1 notice
../../src/tests/theia-notebook-editor.test.ts:98:9 › Theia Notebook Editor interaction › should split cell:
examples/playwright/src/tests/theia-notebook-editor.test.ts#L113
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
|
../../src/tests/theia-text-editor.test.ts:116:9 › Theia Text Editor › should replace the line with line number 2 with new text "new -- content line 2 -- new":
examples/playwright/src/tests/theia-text-editor.test.ts#L119
2) ../../src/tests/theia-text-editor.test.ts:116:9 › Theia Text Editor › should replace the line with line number 2 with new text "new -- content line 2 -- new"
Error: expect(received).toBe(expected) // Object.is equality
Expected: "new -- content line 2 -- new"
Received: "new -- content line 2 -- newcontent line 3"
117 | const sampleTextEditor = await app.openEditor('sample.txt', TheiaTextEditor);
118 | await sampleTextEditor.replaceLineWithLineNumber('new -- content line 2 -- new', 2);
> 119 | expect(await sampleTextEditor.textContentOfLineByLineNumber(2)).toBe('new -- content line 2 -- new');
| ^
120 | expect(await sampleTextEditor.isDirty()).toBe(true);
121 |
122 | await sampleTextEditor.save();
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-text-editor.test.ts:119:73
|
Slow Test:
src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.7s
|
Slow Test:
src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 46.3s
|
Slow Test:
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 25.4s
|
Slow Test:
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 19.5s
|
Slow Test:
src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.4s
|
🎭 Playwright Run Summary
2 flaky
../../src/tests/theia-notebook-editor.test.ts:98:9 › Theia Notebook Editor interaction › should split cell
../../src/tests/theia-text-editor.test.ts:116:9 › Theia Text Editor › should replace the line with line number 2 with new text "new -- content line 2 -- new"
3 skipped
89 passed (5.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-test-results
Expired
|
814 KB |
|