File tree 2 files changed +6
-6
lines changed
java/client/test/org/openqa/selenium
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
107
107
}
108
108
109
109
@ 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" )
113
113
@ Ignore (value = SAFARI , reason = "not tested" )
114
114
public void testShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow () {
115
115
driver .get (appServer .whereIs ("scrolling_tests/page_with_partially_hidden_element.html" ));
Original file line number Diff line number Diff line change @@ -570,12 +570,12 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {
570
570
571
571
@ Test (timeout = 10000 )
572
572
@ Ignore (CHROME )
573
- @ Ignore (IE )
573
+ @ Ignore (value = IE , issue = "540" )
574
574
@ Ignore (PHANTOMJS )
575
575
@ Ignore (SAFARI )
576
- @ Ignore (FIREFOX )
576
+ @ Ignore (value = FIREFOX , issue = "540" )
577
577
@ 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 " )
579
579
public void shouldHandleRecursiveStructures () {
580
580
driver .get (pages .simpleTestPage );
581
581
You can’t perform that action at this time.
0 commit comments