Skip to content

Commit

Permalink
Ignore failing firefox test
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 28, 2021
1 parent 6ec36b7 commit 3b49d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/test/org/openqa/selenium/AlertsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public void testShouldAllowAUserToSetTheValueOfAPrompt() {
}

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

Expand Down

0 comments on commit 3b49d75

Please sign in to comment.