From 5c7b7613f11983b6882f8512a988e9779f6b4769 Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Mon, 18 Mar 2013 21:56:22 +0400 Subject: [PATCH] ENABLE_PERSISTENT_HOVERING moved to InternetExplorerDriver because it's IE-specific capability --- .../client/test/org/openqa/selenium/RenderedWebElementTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/client/test/org/openqa/selenium/RenderedWebElementTest.java b/java/client/test/org/openqa/selenium/RenderedWebElementTest.java index 8cbba4e48e544..d488d1a5ac1b6 100644 --- a/java/client/test/org/openqa/selenium/RenderedWebElementTest.java +++ b/java/client/test/org/openqa/selenium/RenderedWebElementTest.java @@ -35,7 +35,7 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assume.assumeTrue; import static org.openqa.selenium.TestWaiter.waitFor; -import static org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING; +import static org.openqa.selenium.ie.InternetExplorerDriver.ENABLE_PERSISTENT_HOVERING; import static org.openqa.selenium.testing.Ignore.Driver.ANDROID; import static org.openqa.selenium.testing.Ignore.Driver.CHROME; import static org.openqa.selenium.testing.Ignore.Driver.FIREFOX;