Skip to content

Commit 4d1f81a

Browse files
committed
Unignoring two tests that IE11 passed locally
1 parent 8f4b69f commit 4d1f81a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() {
116116
}
117117

118118
@JavascriptEnabled
119-
@Ignore(value = {IE})
120119
@Test
121120
public void testDragAndDropElementWithOffsetInScrolledDiv() {
122121
assumeFalse("See issue 4241", Browser.detect() == Browser.ff &&
@@ -230,7 +229,7 @@ public void testDragAndDropOnJQueryItems() {
230229

231230
@JavascriptEnabled
232231
@Test
233-
@Ignore({IE, PHANTOMJS, SAFARI})
232+
@Ignore({PHANTOMJS, SAFARI})
234233
public void canDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow() {
235234
driver.get(pages.dragDropOverflow);
236235

0 commit comments

Comments
 (0)