Skip to content

Commit 488e3cf

Browse files
committed
Linking tests to bug reports
1 parent 5e93ba1 commit 488e3cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
107107
}
108108

109109
@Test
110-
@Ignore(IE)
111-
@Ignore(FIREFOX)
112-
@Ignore(MARIONETTE)
110+
@Ignore(value = IE, issue = "716")
111+
@Ignore(value = FIREFOX, issue = "716")
112+
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/915")
113113
@Ignore(value = SAFARI, reason = "not tested")
114114
public void testShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow() {
115115
driver.get(appServer.whereIs("scrolling_tests/page_with_partially_hidden_element.html"));

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -570,12 +570,12 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {
570570

571571
@Test(timeout = 10000)
572572
@Ignore(CHROME)
573-
@Ignore(IE)
573+
@Ignore(value = IE, issue = "540")
574574
@Ignore(PHANTOMJS)
575575
@Ignore(SAFARI)
576-
@Ignore(FIREFOX)
576+
@Ignore(value = FIREFOX, issue = "540")
577577
@Ignore(HTMLUNIT)
578-
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
578+
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/914")
579579
public void shouldHandleRecursiveStructures() {
580580
driver.get(pages.simpleTestPage);
581581

0 commit comments

Comments
 (0)