fix: when using language pack extensions, extensions that use i10n do not load correctly #5627
e2e.yml
on: pull_request
ubuntu-latest, Node.js 20.x
8m 58s
Annotations
10 errors, 2 warnings, and 1 notice
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #5 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
ubuntu-latest, Node.js 20.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
2 failed
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ───────────────
51 did not run
1 passed (4.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1.3 MB |
|