Skip to content

Commit

Permalink
[java] Linking a test to a bug-report
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 17, 2018
1 parent 476b059 commit 2ee1a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/ClickTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void testCanClickOnALinkThatContainsTextWrappedInASpan() {
}

@Test
@Ignore(value = MARIONETTE, travis = true) // TODO: why???
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/653")
public void testCanClickOnALinkThatContainsEmbeddedBlockElements() {
driver.findElement(By.id("embeddedBlock")).click();
wait.until(titleIs("XHTML Test Page"));
Expand Down

0 comments on commit 2ee1a2f

Please sign in to comment.