build(deps-dev): bump electron from 28.2.0 to 29.0.0 #1833
Annotations
2 errors and 1 notice
electron.spec.js:37:7 › Window Loads Properly › Window bounds are correct:
tests/electron.spec.js#L39
1) electron.spec.js:37:7 › Window Loads Properly › Window bounds are correct ─────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1024
Received: 1023
37 | test('Window bounds are correct', async () => {
38 | const { height, width } = await browserWindow.evaluate((browserWindow) => { return { ...browserWindow.getBounds() } })
> 39 | expect(width).toBe(1024)
| ^
40 | expect(height).toBe(600)
41 | })
42 |
at /home/runner/work/hero-display/hero-display/tests/electron.spec.js:39:19
|
Build
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
electron.spec.js:37:7 › Window Loads Properly › Window bounds are correct ──────────────────────
5 passed (1.0m)
|