Skip to content

Commit a98f672

Browse files
p0dejebarancev
authored andcommitted
firefox: Ignore tests for not throwing on clicking overlapping element
Signed-off-by: Alexei Barantsev <barancev@gmail.com>
1 parent 839f73a commit a98f672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/client/test/org/openqa/selenium/CorrectEventFiringTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import static org.openqa.selenium.WaitingConditions.elementValueToEqual;
3333
import static org.openqa.selenium.support.ui.ExpectedConditions.visibilityOfElementLocated;
3434
import static org.openqa.selenium.testing.Ignore.Driver.CHROME;
35+
import static org.openqa.selenium.testing.Ignore.Driver.FIREFOX;
3536
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
3637
import static org.openqa.selenium.testing.Ignore.Driver.IE;
3738
import static org.openqa.selenium.testing.Ignore.Driver.MARIONETTE;
@@ -429,7 +430,7 @@ public void testClickOverlappingElements() {
429430
}
430431

431432
@JavascriptEnabled
432-
@Ignore(value = {CHROME, MARIONETTE, SAFARI, HTMLUNIT})
433+
@Ignore(value = {CHROME, FIREFOX, MARIONETTE, SAFARI, HTMLUNIT})
433434
@Test
434435
public void testNativelyClickOverlappingElements() {
435436
assumeFalse(isOldIe(driver));

0 commit comments

Comments
 (0)