Skip to content

Commit 1b615a9

Browse files
asashourshs96c
authored andcommitted
Missing @test annotation
Signed-off-by: Simon Stewart <[email protected]>
1 parent d31aad3 commit 1b615a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public void testShouldAllowAUserToDismissAPrompt() {
193193
assertEquals("Testing Prompt", driver.getTitle());
194194
}
195195

196+
@Test
196197
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/607")
197198
public void testShouldAllowAUserToSetTheValueOfAPrompt() {
198199
driver.get(promptPage(null));

0 commit comments

Comments
 (0)