16466: clarify role of Orchestrator agent in Theia AI chat interactions #10875
playwright.yml
on: pull_request
Playwright Tests (ubuntu-22.04, Node.js 22.x)
9m 57s
Annotations
1 error and 1 notice
|
src/tests/theia-notebook-editor.test.ts:137:9 › Theia Notebook Editor interaction › should split cell:
examples/playwright/src/tests/theia-notebook-editor.test.ts#L161
1) src/tests/theia-notebook-editor.test.ts:137:9 › Theia Notebook Editor interaction › should split cell
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 0
+ Received + 1
print("Line-1")
+ print("Line-2")
159 | // expect two cells with text "print("Line-1")" and "print("Line-2")"
160 | expect(await editor.cells()).toHaveLength(2);
> 161 | expect(await (await editor.cells())[0].editorText()).toBe('print("Line-1")');
| ^
162 | expect(await (await editor.cells())[1].editorText()).toBe('print("Line-2")');
163 | });
164 | });
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:161:62
|
|
🎭 Playwright Run Summary
1 flaky
src/tests/theia-notebook-editor.test.ts:137:9 › Theia Notebook Editor interaction › should split cell
3 skipped
90 passed (4.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
|
495 KB |
sha256:62bad7bfcae11f33a824ec09c32643e2726a04b3843fc1c6a9a28ee3c2dfef79
|
|