Skip to content

fix: ContentHoverWidget respects Theia styles #8012

fix: ContentHoverWidget respects Theia styles

fix: ContentHoverWidget respects Theia styles #8012

Status Success
Total duration 10m 20s
Artifacts 1

playwright.yml

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

Annotations

1 error, 4 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 38.7s
Slow Test: src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 24.6s
Slow Test: src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.1s
🎭 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.1m)

Artifacts

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