Skip to content

Commit

Permalink
[java] Unignoring back a test that works well (despite the fact that …
Browse files Browse the repository at this point in the history
…the target issue is not closed)
  • Loading branch information
barancev committed Sep 18, 2019
1 parent 66c07d3 commit 04c6ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 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,6 @@ public void testCanQuitWhenAnAlertIsPresent() {

@Test
@NotYetImplemented(SAFARI)
@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 04c6ce9

Please sign in to comment.