mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
ScreenTests: Remove invalid constraints
Negative values for cursor position are not invalid
This commit is contained in:
@@ -37,8 +37,6 @@ namespace ElectronNET.IntegrationTests.Tests
|
||||
{
|
||||
var point = await Electron.Screen.GetCursorScreenPointAsync();
|
||||
point.Should().NotBeNull();
|
||||
point.X.Should().BeGreaterThanOrEqualTo(0);
|
||||
point.Y.Should().BeGreaterThanOrEqualTo(0);
|
||||
}
|
||||
|
||||
[SkippableFact(Timeout = 20000)]
|
||||
|
||||
Reference in New Issue
Block a user