Skip to content

Commit 3b49d75

Browse files
committed
Ignore failing firefox test
1 parent 6ec36b7 commit 3b49d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/test/org/openqa/selenium/AlertsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public void testShouldAllowAUserToSetTheValueOfAPrompt() {
196196
}
197197

198198
@Test
199+
@Ignore(value = FIREFOX, reason = "Firefox is incorrectly returning an UnsupportedOperationException")
199200
public void testSettingTheValueOfAnAlertThrows() {
200201
driver.get(alertPage("cheese"));
201202

0 commit comments

Comments
 (0)