Skip to content

BrowserWindowOptions; Fix default and add more Tests #267

BrowserWindowOptions; Fix default and add more Tests

BrowserWindowOptions; Fix default and add more Tests #267

Triggered via pull request November 20, 2025 02:39
Status Failure
Total duration 4m 3s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Minimize_and_restore_events_fire: src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L383
Expected minimized to be True, but found False.
windows
[xUnit.net 00:00:33.21] Minimize_and_restore_events_fire [FAIL]
Can_set_and_get_bounds: src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L66
Expected property round.X to be 95, but found -8. Expected property round.Y to be 69, but found -8. Expected property round.Width to be 400, but found 1040. Expected property round.Height to be 300, but found 736. With configuration: - Prefer the declared type of the members - Compare enums by value - Compare tuples by their properties - Compare anonymous types by their properties - Compare records by their members - Include non-browsable members - Match (JSON) member by name (or throw) - Be strict about the order of items in byte arrays - Without automatic conversion.
windows
[xUnit.net 00:00:29.03] Can_set_and_get_bounds [FAIL]
Maximize_unmaximize_roundtrip: src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L305
Expected (win.IsMaximizedAsync()) to be False, but found True.
windows
[xUnit.net 00:00:26.93] Maximize_unmaximize_roundtrip [FAIL]
Minimize_restore_roundtrip: src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs#L317
Expected (win.IsMinimizedAsync()) to be True, but found False.
windows
[xUnit.net 00:00:16.88] Minimize_restore_roundtrip [FAIL]
windows
[xUnit.net 00:00:14.36] Maximize_and_unmaximize_events_fire [FAIL]