Skip to content

Commit

Permalink
Ignoring back two tests in IE, they fail if requireWindowFocus=true
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 3, 2015
1 parent 4d1f81a commit 529026c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() {
}

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

@JavascriptEnabled
@Test
@Ignore({PHANTOMJS, SAFARI})
@Ignore(value = {IE, PHANTOMJS, SAFARI}, reason = "IE fails this test if requireWindowFocus=true")
public void canDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow() {
driver.get(pages.dragDropOverflow);

Expand Down

0 comments on commit 529026c

Please sign in to comment.