Skip to content

feat: change set support in chat input and chat model (#14750) #7859

feat: change set support in chat input and chat model (#14750)

feat: change set support in chat input and chat model (#14750) #7859

Triggered via push January 24, 2025 11:12
Status Success
Total duration 10m 11s
Artifacts 1

playwright.yml

on: push
Playwright Tests (ubuntu-22.04, Node.js 18.x)
10m 3s
Playwright Tests (ubuntu-22.04, Node.js 18.x)
Fit to window
Zoom out
Zoom in

Annotations

1 error, 5 warnings, and 1 notice
../../src/tests/theia-text-editor.test.ts:127:9 › Theia Text Editor › should replace the line with containing text "content line 2" with "even newer -- content line 2 -- even newer": examples/playwright/src/tests/theia-text-editor.test.ts#L130
1) ../../src/tests/theia-text-editor.test.ts:127:9 › Theia Text Editor › should replace the line with containing text "content line 2" with "even newer -- content line 2 -- even newer" Error: expect(received).toBe(expected) // Object.is equality Expected: "even newer -- content line 2 -- even newer" Received: "even newer -- content line 2 -- even newercontent line 3" 128 | const sampleTextEditor = await app.openEditor('sample.txt', TheiaTextEditor); 129 | await sampleTextEditor.replaceLineContainingText('even newer -- content line 2 -- even newer', 'content line 2'); > 130 | expect(await sampleTextEditor.textContentOfLineByLineNumber(2)).toBe('even newer -- content line 2 -- even newer'); | ^ 131 | await sampleTextEditor.saveAndClose(); 132 | }); 133 | at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-text-editor.test.ts:130:73
Slow Test: src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.6s
Slow Test: src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 39.6s
Slow Test: src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 26.3s
Slow Test: src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.7s
Slow Test: src/tests/theia-output-view.test.ts#L1
src/tests/theia-output-view.test.ts took 15.2s
🎭 Playwright Run Summary
1 flaky ../../src/tests/theia-text-editor.test.ts:127:9 › Theia Text Editor › should replace the line with containing text "content line 2" with "even newer -- content line 2 -- even newer" 3 skipped 90 passed (5.4m)

Artifacts

Produced during runtime
Name Size
playwright-test-results
426 KB