Playwright Tests #124
Annotations
2 errors, 5 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
|
Test (playwright):
src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.7s
|
Test (playwright):
src/tests/theia-problems-view.test.ts#L1
src/tests/theia-problems-view.test.ts took 44.6s
|
Test (playwright):
src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 38.5s
|
Test (playwright):
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 25.3s
|
Test (playwright):
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 18.0s
|
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
90 passed (5.7m)
|
Loading