diff options
Diffstat (limited to 'uitest/src/test/java/com/vaadin/tests/tooltip/AdjacentElementsWithTooltipsTest.java')
-rw-r--r-- | uitest/src/test/java/com/vaadin/tests/tooltip/AdjacentElementsWithTooltipsTest.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/tooltip/AdjacentElementsWithTooltipsTest.java b/uitest/src/test/java/com/vaadin/tests/tooltip/AdjacentElementsWithTooltipsTest.java index af7a303629..555168f155 100644 --- a/uitest/src/test/java/com/vaadin/tests/tooltip/AdjacentElementsWithTooltipsTest.java +++ b/uitest/src/test/java/com/vaadin/tests/tooltip/AdjacentElementsWithTooltipsTest.java @@ -23,10 +23,8 @@ import static org.junit.Assert.assertThat; import java.util.List; import org.junit.Test; -import org.openqa.selenium.interactions.HasInputDevices; import org.openqa.selenium.interactions.Mouse; import org.openqa.selenium.interactions.internal.Coordinates; -import org.openqa.selenium.internal.Locatable; import org.openqa.selenium.remote.DesiredCapabilities; import com.vaadin.testbench.elements.ButtonElement; @@ -42,7 +40,7 @@ public class AdjacentElementsWithTooltipsTest extends MultiBrowserTest { @Override public List<DesiredCapabilities> getBrowsersToTest() { - return getBrowsersExcludingIE(); + return getBrowsersSupportingTooltip(); } @Test |