Skip to content

Commit 529026c

Browse files
committed
Ignoring back two tests in IE, they fail if requireWindowFocus=true
1 parent 4d1f81a commit 529026c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

118118
@JavascriptEnabled
119+
@Ignore(value = {IE}, reason = "IE fails this test if requireWindowFocus=true")
119120
@Test
120121
public void testDragAndDropElementWithOffsetInScrolledDiv() {
121122
assumeFalse("See issue 4241", Browser.detect() == Browser.ff &&
@@ -229,7 +230,7 @@ public void testDragAndDropOnJQueryItems() {
229230

230231
@JavascriptEnabled
231232
@Test
232-
@Ignore({PHANTOMJS, SAFARI})
233+
@Ignore(value = {IE, PHANTOMJS, SAFARI}, reason = "IE fails this test if requireWindowFocus=true")
233234
public void canDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow() {
234235
driver.get(pages.dragDropOverflow);
235236

0 commit comments

Comments
 (0)