Add manual AI code completion #7261
playwright.yml
on: pull_request
Playwright Tests (ubuntu-22.04, Node.js 18.x)
10m 37s
Annotations
4 errors, 6 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-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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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-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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Playwright Tests (ubuntu-22.04, Node.js 18.x)
Process completed with exit code 1.
|
Playwright Tests (ubuntu-22.04, Node.js 18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 51.3s
|
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-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 25.0s
|
Slow Test:
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 18.3s
|
Slow Test:
src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.9s
|
🎭 Playwright Run Summary
1 failed
../../src/tests/theia-notebook-editor.test.ts:98:9 › Theia Notebook Editor interaction › should split cell
3 skipped
90 passed (5.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-test-results
|
1.39 MB |
|