Playwright Tests #10269
playwright.yml
on: schedule
Playwright Tests (ubuntu-22.04, Node.js 22.x)
13m 54s
Annotations
4 errors and 1 notice
src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility:
examples/playwright/src/theia-menu.ts#L58
1) src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Target page, context or browser has been closed
Call log:
- waiting for locator('.lm-Menu-content .lm-Menu-itemLabel').locator('text=Toggle Toolbar') to be visible
at ../../src/theia-menu.ts:58
56 |
57 | async clickMenuItem(name: string): Promise<void> {
> 58 | return (await this.page.waitForSelector(this.menuItemSelector(name))).click();
| ^
59 | }
60 |
61 | async menuItemByName(name: string): Promise<TheiaMenuItem | undefined> {
at TheiaMainMenu.clickMenuItem (/home/runner/work/theia/theia/examples/playwright/src/theia-menu.ts:58:33)
at TheiaToolbar.toggle (/home/runner/work/theia/theia/examples/playwright/src/theia-toolbar.ts:52:24)
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-toolbar.test.ts:40:9
|
src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility:
examples/playwright/src/tests/theia-toolbar.test.ts#L0
1) src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility:
examples/playwright/src/theia-menu.ts#L58
1) src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility
Error: page.waitForSelector: Target page, context or browser has been closed
Call log:
- waiting for locator('.lm-Menu-content .lm-Menu-itemLabel').locator('text=Toggle Toolbar') to be visible
at ../../src/theia-menu.ts:58
56 |
57 | async clickMenuItem(name: string): Promise<void> {
> 58 | return (await this.page.waitForSelector(this.menuItemSelector(name))).click();
| ^
59 | }
60 |
61 | async menuItemByName(name: string): Promise<TheiaMenuItem | undefined> {
at TheiaMainMenu.clickMenuItem (/home/runner/work/theia/theia/examples/playwright/src/theia-menu.ts:58:33)
at TheiaToolbar.toggle (/home/runner/work/theia/theia/examples/playwright/src/theia-toolbar.ts:52:24)
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-toolbar.test.ts:40:9
|
src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility:
examples/playwright/src/tests/theia-toolbar.test.ts#L0
1) src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility
Test timeout of 30000ms exceeded.
|
🎭 Playwright Run Summary
1 flaky
src/tests/theia-toolbar.test.ts:36:9 › Theia Toolbar › should toggle the toolbar and check visibility
3 skipped
90 passed (8.6m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-test-results
|
955 KB |
sha256:fc6b176aadce964fc3c42b21b1ef80b94098403c0de1720e798ec1bcd5a00e8f
|
|