From 4d1f81af44a816d82e832f752b5eeeec695cd72b Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Tue, 2 Jun 2015 22:42:27 +0300 Subject: [PATCH] Unignoring two tests that IE11 passed locally --- .../test/org/openqa/selenium/interactions/DragAndDropTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java b/java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java index 6fe254314c725..12a33cb1dd6ef 100644 --- a/java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java +++ b/java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java @@ -116,7 +116,6 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() { } @JavascriptEnabled - @Ignore(value = {IE}) @Test public void testDragAndDropElementWithOffsetInScrolledDiv() { assumeFalse("See issue 4241", Browser.detect() == Browser.ff && @@ -230,7 +229,7 @@ public void testDragAndDropOnJQueryItems() { @JavascriptEnabled @Test - @Ignore({IE, PHANTOMJS, SAFARI}) + @Ignore({PHANTOMJS, SAFARI}) public void canDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow() { driver.get(pages.dragDropOverflow);