Skip to content

Commit

Permalink
[java] Ignoring a Firefox test back because the corresponding fix in …
Browse files Browse the repository at this point in the history
…the browser was reverted
  • Loading branch information
barancev committed Sep 18, 2019
1 parent 38cd7bc commit 0479dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/AlertsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public void testCanQuitWhenAnAlertIsPresent() {

@Test
@NotYetImplemented(SAFARI)
//@Ignore(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1487705")
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1487705")
public void shouldHandleAlertOnFormSubmit() {
driver.get(appServer.create(new Page().withTitle("Testing Alerts").withBody(
"<form id='theForm' action='javascript:alert(\"Tasty cheese\");'>",
Expand Down

0 comments on commit 0479dc6

Please sign in to comment.