Skip to content

Commit

Permalink
Linking tests to bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 1, 2017
1 parent 5e93ba1 commit 488e3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions java/client/test/org/openqa/selenium/ClickScrollingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
}

@Test
@Ignore(IE)
@Ignore(FIREFOX)
@Ignore(MARIONETTE)
@Ignore(value = IE, issue = "716")
@Ignore(value = FIREFOX, issue = "716")
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/915")
@Ignore(value = SAFARI, reason = "not tested")
public void testShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow() {
driver.get(appServer.whereIs("scrolling_tests/page_with_partially_hidden_element.html"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,12 +570,12 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {

@Test(timeout = 10000)
@Ignore(CHROME)
@Ignore(IE)
@Ignore(value = IE, issue = "540")
@Ignore(PHANTOMJS)
@Ignore(SAFARI)
@Ignore(FIREFOX)
@Ignore(value = FIREFOX, issue = "540")
@Ignore(HTMLUNIT)
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/914")
public void shouldHandleRecursiveStructures() {
driver.get(pages.simpleTestPage);

Expand Down

0 comments on commit 488e3cf

Please sign in to comment.