Skip to content

Commit e9c80f7

Browse files
committed
Unignoring a passing test for Firefox with synthesized events
1 parent 9779366 commit e9c80f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ public void testDragAndDropToElementInIframe() {
109109
@Ignore(value = {OPERA}, reason = "OPERA: ?")
110110
@Test
111111
public void testDragAndDropElementWithOffsetInIframeAtBottom() {
112-
assumeTrue(TestUtilities.isNativeEventsEnabled(driver));
113-
114112
driver.get(appServer.whereIs("iframeAtBottom.html"));
115113

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

0 commit comments

Comments
 (0)