Skip to content

Commit

Permalink
Unignoring two tests that IE11 passed locally
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 2, 2015
1 parent 8f4b69f commit 4d1f81a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() {
}

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

@JavascriptEnabled
@Test
@Ignore({IE, PHANTOMJS, SAFARI})
@Ignore({PHANTOMJS, SAFARI})
public void canDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow() {
driver.get(pages.dragDropOverflow);

Expand Down

0 comments on commit 4d1f81a

Please sign in to comment.