thamara / time-to-leave

Log work hours and get notified when it's time to leave the office and start to live.
http://timetoleave.app
GNU General Public License v3.0
463 stars 272 forks source link

Many IPC handlers not registered in tests after migration to bridge #1036

Closed araujoarthur0 closed 10 months ago

araujoarthur0 commented 1 year ago

https://github.com/thamara/time-to-leave/actions/runs/6745665907/job/18337914194?pr=1035

Error occurred in handler for 'USER_DATA_PATH': Error: No handler registered for 'USER_DATA_PATH'
    at WebContents.<anonymous> (node:electron/js2c/browser_init:2:88753)
    at WebContents.emit (node:events:514:28)
Error occurred in handler for 'SHOW_DIALOG': Error: No handler registered for 'SHOW_DIALOG'
    at WebContents.<anonymous> (node:electron/js2c/browser_init:2:88753)
    at WebContents.emit (node:events:514:28)

Weird that they don't show for me locally (in Windows), only in this PR page.