Flaky Playwright test - notebook split cell #14450 (#14457) #7414
Annotations
4 errors, 6 warnings, and 1 notice
Test (playwright):
examples/playwright/src/tests/theia-notebook-editor.test.ts#L119
1) ../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
Error: elementHandle.click: Element is not attached to the DOM
Call log:
- attempting click action
- waiting for element to be visible, enabled and stable
117 | const box = await line?.boundingBox();
118 | console.log(`Split cell test: visible = ${await line?.isVisible()}, box = {${box?.x},${box?.y},${box?.width},${box?.height}}`);
> 119 | await line!.click();
| ^
120 | await line!.press('ArrowRight');
121 |
122 | // split cell
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:119:21
|
Test (playwright):
examples/playwright/src/tests/theia-notebook-editor.test.ts#L119
1) ../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: elementHandle.click: Element is not attached to the DOM
Call log:
- attempting click action
- waiting for element to be visible, enabled and stable
117 | const box = await line?.boundingBox();
118 | console.log(`Split cell test: visible = ${await line?.isVisible()}, box = {${box?.x},${box?.y},${box?.width},${box?.height}}`);
> 119 | await line!.click();
| ^
120 | await line!.press('ArrowRight');
121 |
122 | // split cell
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:119:21
|
Test (playwright):
examples/playwright/src/tests/theia-problems-view.test.ts#L1
2) ../../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
2) ../../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.7s
|
Test (playwright):
src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 26.5s
|
Test (playwright):
src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 18.5s
|
Test (playwright):
src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.9s
|
Test (playwright):
src/tests/theia-output-view.test.ts#L1
src/tests/theia-output-view.test.ts took 15.1s
|
Test (playwright)
2 flaky
../../src/tests/theia-notebook-editor.test.ts:101:9 › Theia Notebook Editor interaction › should split cell
../../src/tests/theia-problems-view.test.ts:58:9 › Theia Problems View › should not throw an error if 'close' is called twice
3 skipped
89 passed (6.3m)
|
Loading