fix(deps): update all non-major dependencies (minor) #2733
Annotations
10 errors and 1 notice
|
[chromium] › tests/errorDisplay.spec.ts:16:3 › Error display tests › should not show AI Repair button for errors in Config tab:
tests/test.ts#L74
4) [chromium] › tests/errorDisplay.spec.ts:16:3 › Error display tests › should not show AI Repair button for errors in Config tab
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Syntax error"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/errorDisplay.spec.ts:29:20
|
|
[chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab:
tests/test.ts#L74
3) [chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Syntax error"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/errorDisplay.spec.ts:10:20
|
|
[chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab:
tests/test.ts#L74
3) [chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Syntax error"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/errorDisplay.spec.ts:10:20
|
|
[chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab:
tests/test.ts#L74
3) [chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Syntax error"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/errorDisplay.spec.ts:10:20
|
|
[chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect:
tests/test.ts#L74
2) [chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Error: Trying to checkout branch which is not yet created."
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/diagramUpdate.spec.ts:36:20
|
|
[chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect:
tests/test.ts#L74
2) [chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Error: Trying to checkout branch which is not yet created."
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/diagramUpdate.spec.ts:36:20
|
|
[chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect:
tests/test.ts#L74
2) [chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect
Error: expect(locator).toContainText(expected) failed
Locator: getByTestId('error-container')
Expected substring: "Error: Trying to checkout branch which is not yet created."
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByTestId('error-container')
at test.ts:74
72 |
73 | async checkError(text: string) {
> 74 | await expect(this.page.getByTestId(TID.errorContainer)).toContainText(text);
| ^
75 | }
76 |
77 | async checkInEditor(text: string) {
at EditorPage.checkError (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:74:61)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/diagramUpdate.spec.ts:36:20
|
|
[chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg:
tests/utils.ts#L44
1) [chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 80000
Received: 65437
at utils.ts:44
42 | if (!path) throw new Error('Download path not available');
43 | const fileSize = statSync(path).size;
> 44 | expect(fileSize).toBeGreaterThan(size);
| ^
45 | expect(fileSize).toBeLessThan(size * 2);
46 | return fileSize;
47 | }
at verifyFileSizeGreaterThan (/__w/mermaid-live-editor/mermaid-live-editor/tests/utils.ts:44:20)
at EditorPage.checkAndDownloadPNG (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:52:12)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/actions.spec.ts:24:26
|
|
[chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg:
tests/utils.ts#L44
1) [chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 80000
Received: 65456
at utils.ts:44
42 | if (!path) throw new Error('Download path not available');
43 | const fileSize = statSync(path).size;
> 44 | expect(fileSize).toBeGreaterThan(size);
| ^
45 | expect(fileSize).toBeLessThan(size * 2);
46 | return fileSize;
47 | }
at verifyFileSizeGreaterThan (/__w/mermaid-live-editor/mermaid-live-editor/tests/utils.ts:44:20)
at EditorPage.checkAndDownloadPNG (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:52:12)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/actions.spec.ts:24:26
|
|
[chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg:
tests/utils.ts#L44
1) [chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ─────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 80000
Received: 65435
at utils.ts:44
42 | if (!path) throw new Error('Download path not available');
43 | const fileSize = statSync(path).size;
> 44 | expect(fileSize).toBeGreaterThan(size);
| ^
45 | expect(fileSize).toBeLessThan(size * 2);
46 | return fileSize;
47 | }
at verifyFileSizeGreaterThan (/__w/mermaid-live-editor/mermaid-live-editor/tests/utils.ts:44:20)
at EditorPage.checkAndDownloadPNG (/__w/mermaid-live-editor/mermaid-live-editor/tests/test.ts:52:12)
at /__w/mermaid-live-editor/mermaid-live-editor/tests/actions.spec.ts:24:26
|
|
🎭 Playwright Run Summary
4 failed
[chromium] › tests/actions.spec.ts:23:3 › Check actions › should download png and svg ──────────
[chromium] › tests/diagramUpdate.spec.ts:29:3 › Auto sync tests › supports editing code when code is incorrect
[chromium] › tests/errorDisplay.spec.ts:4:3 › Error display tests › should show AI Repair button for syntax errors in Code tab
[chromium] › tests/errorDisplay.spec.ts:16:3 › Error display tests › should not show AI Repair button for errors in Config tab
7 skipped
18 passed (1.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
|
37.1 MB |
sha256:ff27fd9761c1b2e024c69b76b78831c7e8c39219b340b148e3eb76c75921d0f7
|
|