Skip to content

Commit f4e4da5

Browse files
committed
ShouldAllowUsersToHoverOverElements
1 parent a0b8561 commit f4e4da5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,6 @@ public void ShouldAllowUsersToHoverOverElements()
280280
driver.Url = javascriptPage;
281281

282282
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-
}
287283

288284
IWebElement item = driver.FindElement(By.Id("item1"));
289285
Assert.That(item.Text, Is.EqualTo(""));

0 commit comments

Comments
 (0)