Skip to content

core: update re-exports for 1.39.0 #4218

core: update re-exports for 1.39.0

core: update re-exports for 1.39.0 #4218

Triggered via push June 29, 2023 21:05
Status Success
Total duration 10m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

playwright.yml

on: push
Playwright Tests (ubuntu-latest, Node.js 16.x)
10m 6s
Playwright Tests (ubuntu-latest, Node.js 16.x)
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 5 warnings, and 1 notice
../../src/tests/theia-problems-view.test.ts:54:9 › Theia Problems View › should not throw an error if 'close' is called twice: examples/playwright/src/tests/theia-problems-view.test.ts#L1
1) ../../src/tests/theia-problems-view.test.ts:54:9 › Theia Problems View › should not throw an error if 'close' is called twice Test timeout of 30000ms exceeded.
../../src/tests/theia-problems-view.test.ts:54:9 › Theia Problems View › should not throw an error if 'close' is called twice: examples/playwright/src/theia-view.ts#L75
1) ../../src/tests/theia-problems-view.test.ts:54:9 › Theia Problems View › should not throw an error if 'close' is called twice Error: page.waitForSelector: Target closed =========================== logs =========================== 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:102:9) at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-problems-view.test.ts:55:30
Slow Test: src/tests/theia-problems-view.test.ts#L1
src/tests/theia-problems-view.test.ts took 46.5s
Slow Test: src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 41.9s
Slow Test: src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 28.3s
Slow Test: src/tests/theia-preference-view.test.ts#L1
src/tests/theia-preference-view.test.ts took 20.4s
Slow Test: src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 16.9s
🎭 Playwright Run Summary
1 flaky ../../src/tests/theia-problems-view.test.ts:54:9 › Theia Problems View › should not throw an error if 'close' is called twice 67 passed (4.7m)