Test failure after one of PRs #1005

Open
opened 2026-01-29 16:54:25 +00:00 by claunia · 0 comments
Owner

Originally created by @agracio on GitHub (Nov 12, 2025).

Failure branch: develop

Test WebContentsTests -> DomReady_event_fires() is currently stuck in perpetual load. It is using fx.MainWindow.WebContents.GetUrl that never returns.
Since it does not use ApiBase there is no timeout which causes test suit to become permanently stuck.

So far was unable to resolve it as all, endpoints and JS implementation appear to be correct.

Since it causes test suite to become permanently stuck I propose to mark test as skipped while we try to figure out what is causing failure.

EDIT: it does not fail on my branch with changes to events and tasks but started failing during merge.

Originally created by @agracio on GitHub (Nov 12, 2025). Failure branch: `develop` Test `WebContentsTests` -> `DomReady_event_fires()` is currently stuck in perpetual load. It is using `fx.MainWindow.WebContents.GetUrl` that never returns. Since it does not use ApiBase there is no timeout which causes test suit to become permanently stuck. So far was unable to resolve it as all, endpoints and JS implementation appear to be correct. Since it causes test suite to become permanently stuck I propose to mark test as skipped while we try to figure out what is causing failure. EDIT: it does not fail on my branch with changes to events and tasks but started failing during merge.
claunia added the bug label 2026-01-29 16:54:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1005