thamara/time-to-leave

Many IPC handlers not registered in tests after migration to bridge

araujoarthur0 opened this issue · 0 comments

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.