Skip to content

Commit c325211

Browse files
committed
Unignoring marionette test for sendKeys to alert
1 parent 54537d0 commit c325211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public void testShouldAllowAUserToDismissAPrompt() {
200200
}
201201

202202
@Test
203-
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/607")
204203
public void testShouldAllowAUserToSetTheValueOfAPrompt() {
205204
driver.get(promptPage(null));
206205

0 commit comments

Comments
 (0)