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 a0b8561 commit f4e4da5Copy full SHA for f4e4da5
dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs
@@ -280,10 +280,6 @@ public void ShouldAllowUsersToHoverOverElements()
280
driver.Url = javascriptPage;
281
282
IWebElement element = driver.FindElement(By.Id("menu1"));
283
- if (!Platform.CurrentPlatform.IsPlatformType(PlatformType.Windows))
284
- {
285
- Assert.Ignore("Skipping test: Simulating hover needs native events");
286
- }
287
288
IWebElement item = driver.FindElement(By.Id("item1"));
289
Assert.That(item.Text, Is.EqualTo(""));
0 commit comments