We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6246b44 commit daa9f39Copy full SHA for daa9f39
src/ElectronNET.IntegrationTests/Tests/ScreenTests.cs
@@ -37,8 +37,6 @@ public async Task GetCursorScreenPoint_check()
37
{
38
var point = await Electron.Screen.GetCursorScreenPointAsync();
39
point.Should().NotBeNull();
40
- point.X.Should().BeGreaterThanOrEqualTo(0);
41
- point.Y.Should().BeGreaterThanOrEqualTo(0);
42
}
43
44
[SkippableFact(Timeout = 20000)]
0 commit comments