Skip to content

Commit

Permalink
Unignoring a passing test for Firefox with synthesized events
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 10, 2014
1 parent 9779366 commit e9c80f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public void testDragAndDropToElementInIframe() {
@Ignore(value = {OPERA}, reason = "OPERA: ?")
@Test
public void testDragAndDropElementWithOffsetInIframeAtBottom() {
assumeTrue(TestUtilities.isNativeEventsEnabled(driver));

driver.get(appServer.whereIs("iframeAtBottom.html"));

final WebElement iframe = driver.findElement(By.tagName("iframe"));
Expand Down

0 comments on commit e9c80f7

Please sign in to comment.