Fix issue with not being able to hide window after toggling alwaysOnTop (on Mac) #905
tests.yml
on: pull_request
Run Playwright Tests
16m 29s
Annotations
2 errors and 1 notice
|
[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
|
|
[chromium] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state:
tests/folding.spec.js#L170
1) [chromium] › 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
2 flaky
[chromium] › tests/folding.spec.js:150:9 › Block Folding › toggleBlockFold with mixed folded/unfolded state
[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.12 MB |
sha256:72a521e7ca719889d406e4e5b9a4ca5f1d5d5cdbb585263f90509d04458db7f0
|
|