Skip to content

build(deps-dev): bump electron from 28.2.0 to 29.0.0 #1833

build(deps-dev): bump electron from 28.2.0 to 29.0.0

build(deps-dev): bump electron from 28.2.0 to 29.0.0 #1833

Re-run triggered February 20, 2024 13:57
Status Failure
Total duration 2m 9s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)