Test failure after one of PRs #1009

Closed
opened 2026-01-29 16:54:33 +00:00 by claunia · 2 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:33 +00:00
Author
Owner

@agracio commented on GitHub (Nov 12, 2025):

Initially I suspected that LoadURLAsync is at fault, after further investigation it is GetUrl that is failing, reverting Once resolves the issue.

This particular task uses strange event naming I will try to resolve it.

@agracio commented on GitHub (Nov 12, 2025): Initially I suspected that LoadURLAsync is at fault, after further investigation it is GetUrl that is failing, reverting `Once` resolves the issue. This particular task uses strange event naming I will try to resolve it.
Author
Owner

@agracio commented on GitHub (Nov 12, 2025):

Resolved.

@agracio commented on GitHub (Nov 12, 2025): Resolved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1009