fix(deps): update all non-major dependencies (minor) #2715
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: 65428
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: 65429
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: 65447
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.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
Expired
|
38.7 MB |
sha256:5a60964bc69e79ae45258e1983a6a3c08777713db8464774c53322a31943f128
|
|