Playwright Tests #1430
Annotations
2 errors, 6 warnings, and 1 notice
Test (playwright):
examples/playwright/src/tests/theia-problems-view.test.ts#L1
1) ../../src/tests/theia-problems-view.test.ts:58:9 › Theia Problems View › should not throw an error if 'close' is called twice
Test timeout of 30000ms exceeded.
|
Test (playwright):
examples/playwright/src/theia-view.ts#L75
1) ../../src/tests/theia-problems-view.test.ts:58:9 › Theia Problems View › should not throw an error if 'close' is called twice
Error: page.waitForSelector: Target page, context or browser has been closed
Call log:
- waiting for locator('#problems') to be visible
at ../../src/theia-view.ts:75
73 |
74 | async waitForVisible(): Promise<void> {
> 75 | await this.page.waitForSelector(this.viewSelector, { state: 'visible' });
| ^
76 | }
77 |
78 | async isTabVisible(): Promise<boolean> {
at TheiaProblemsView.waitForVisible (/home/runner/work/theia/theia/examples/playwright/src/theia-view.ts:75:25)
at TheiaProblemsView.open (/home/runner/work/theia/theia/examples/playwright/src/theia-view.ts:55:20)
at TheiaApp.openView (/home/runner/work/theia/theia/examples/playwright/src/theia-app.ts:99:9)
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-problems-view.test.ts:59:30
|
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/
|
Test (playwright):
src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.8s
|
Test (playwright):
src/tests/theia-problems-view.test.ts#L1
src/tests/theia-problems-view.test.ts took 44.7s
|
Test (playwright):
src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 29.6s
|
Test (playwright):
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 25.4s
|
Test (playwright):
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 18.6s
|
Test (playwright)
1 flaky
../../src/tests/theia-problems-view.test.ts:58:9 › Theia Problems View › should not throw an error if 'close' is called twice
3 skipped
84 passed (5.6m)
|
Loading