Add changelog entry #907
Annotations
6 errors and 1 notice
|
Run Playwright Tests
Process completed with exit code 1.
|
|
[webkit] › tests/cursor-document-navigation.spec.js:11:5 › cursorDocStart moves to beginning of document:
tests/cursor-document-navigation.spec.js#L30
2) [webkit] › tests/cursor-document-navigation.spec.js:11:5 › cursorDocStart moves to beginning of document
Error: expect(received).toBe(expected) // Object.is equality
Expected: 9
Received: 11
28 | // Verify cursor is at the beginning
29 | const cursorPosition = await heynotePage.getCursorPosition()
> 30 | expect(cursorPosition).toBe(9) // After the first block delimiter "∞∞∞text\n"
| ^
31 | })
32 |
33 | test("cursorDocEnd moves to end of document", async ({ page }) => {
at /home/runner/work/heynote/heynote/tests/cursor-document-navigation.spec.js:30:28
|
|
[webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state:
tests/folding.spec.js#L170
1) [webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.cm-foldPlaceholder')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.cm-foldPlaceholder')
9 × locator resolved to 0 elements
- unexpected value "0"
168 |
169 | // Verify all foldable blocks are now folded (A was already folded, B and D should now be folded too)
> 170 | await expect(page.locator(".cm-foldPlaceholder")).toHaveCount(3) // Block A, B, and D
| ^
171 |
172 | // Toggle fold again - should unfold all blocks
173 | await page.locator("body").press(toggleKey)
at /home/runner/work/heynote/heynote/tests/folding.spec.js:170:59
|
|
[webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state:
tests/folding.spec.js#L170
1) [webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.cm-foldPlaceholder')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.cm-foldPlaceholder')
9 × locator resolved to 0 elements
- unexpected value "0"
168 |
169 | // Verify all foldable blocks are now folded (A was already folded, B and D should now be folded too)
> 170 | await expect(page.locator(".cm-foldPlaceholder")).toHaveCount(3) // Block A, B, and D
| ^
171 |
172 | // Toggle fold again - should unfold all blocks
173 | await page.locator("body").press(toggleKey)
at /home/runner/work/heynote/heynote/tests/folding.spec.js:170:59
|
|
[webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state:
tests/folding.spec.js#L170
1) [webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.cm-foldPlaceholder')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.cm-foldPlaceholder')
9 × locator resolved to 0 elements
- unexpected value "0"
168 |
169 | // Verify all foldable blocks are now folded (A was already folded, B and D should now be folded too)
> 170 | await expect(page.locator(".cm-foldPlaceholder")).toHaveCount(3) // Block A, B, and D
| ^
171 |
172 | // Toggle fold again - should unfold all blocks
173 | await page.locator("body").press(toggleKey)
at /home/runner/work/heynote/heynote/tests/folding.spec.js:170:59
|
|
[webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state:
tests/folding.spec.js#L170
1) [webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.cm-foldPlaceholder')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.cm-foldPlaceholder')
9 × locator resolved to 0 elements
- unexpected value "0"
168 |
169 | // Verify all foldable blocks are now folded (A was already folded, B and D should now be folded too)
> 170 | await expect(page.locator(".cm-foldPlaceholder")).toHaveCount(3) // Block A, B, and D
| ^
171 |
172 | // Toggle fold again - should unfold all blocks
173 | await page.locator("body").press(toggleKey)
at /home/runner/work/heynote/heynote/tests/folding.spec.js:170:59
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state
1 flaky
[webkit] › tests/cursor-document-navigation.spec.js:11:5 › cursorDocStart moves to beginning of document
8 skipped
437 passed (8.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
3.11 MB |
sha256:4981680041ca88ff86cddef5cadf0da4ab8db795ac653631eba4b682d640ec7d
|
|