Skip to content

Commit 5c7b761

Browse files
barancevdetro
authored andcommitted
ENABLE_PERSISTENT_HOVERING moved to InternetExplorerDriver because it's
IE-specific capability
1 parent c857966 commit 5c7b761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/RenderedWebElementTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import static org.junit.Assert.assertTrue;
3636
import static org.junit.Assume.assumeTrue;
3737
import static org.openqa.selenium.TestWaiter.waitFor;
38-
import static org.openqa.selenium.remote.CapabilityType.ENABLE_PERSISTENT_HOVERING;
38+
import static org.openqa.selenium.ie.InternetExplorerDriver.ENABLE_PERSISTENT_HOVERING;
3939
import static org.openqa.selenium.testing.Ignore.Driver.ANDROID;
4040
import static org.openqa.selenium.testing.Ignore.Driver.CHROME;
4141
import static org.openqa.selenium.testing.Ignore.Driver.FIREFOX;

0 commit comments

Comments
 (0)