Skip to content

Commit

Permalink
ENABLE_PERSISTENT_HOVERING moved to InternetExplorerDriver because it's
Browse files Browse the repository at this point in the history
IE-specific capability
  • Loading branch information
barancev committed Mar 18, 2013
1 parent 5d004e6 commit 52b10a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52b10a4

Please sign in to comment.