Playwright Tests #102
playwright.yml
on: schedule
Playwright Tests (ubuntu-22.04, Node.js 18.x)
10m 23s
Annotations
1 error, 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
|
|
Slow Test:
src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.6s
|
|
Slow Test:
src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 45.0s
|
|
Slow Test:
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 24.6s
|
|
Slow Test:
src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.6s
|
|
Slow Test:
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 17.6s
|
|
🎭 Playwright Run Summary
1 flaky
../../src/tests/theia-notebook-editor.test.ts:98:9 › Theia Notebook Editor interaction › should split cell
3 skipped
90 passed (5.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
Expired
|
660 KB |
sha256:354461deeed77d89cb95c5f954b3055cf3982579c41a30199261c58c060d3145
|
|