File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ public void testShouldScrollToClickOnAnElementHiddenByOverflow() {
77
77
}
78
78
79
79
@ Test
80
- @ Ignore (MARIONETTE )
81
80
public void testShouldBeAbleToClickOnAnElementHiddenByOverflow () {
82
81
driver .get (appServer .whereIs ("scroll.html" ));
83
82
@@ -108,7 +107,6 @@ public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
108
107
@ Test
109
108
@ Ignore (value = IE , issue = "716" )
110
109
@ Ignore (value = FIREFOX , issue = "716" )
111
- @ Ignore (value = MARIONETTE , issue = "https://github.com/mozilla/geckodriver/issues/915" )
112
110
@ Ignore (value = SAFARI , reason = "not tested" )
113
111
public void testShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow () {
114
112
driver .get (appServer .whereIs ("scrolling_tests/page_with_partially_hidden_element.html" ));
@@ -151,7 +149,6 @@ public void testShouldBeAbleToClickRadioButtonScrolledIntoView() {
151
149
152
150
@ Test
153
151
@ Ignore (value = IE , reason = "IE has special overflow handling" )
154
- @ Ignore (MARIONETTE )
155
152
public void testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView () {
156
153
driver .get (appServer .whereIs ("scroll5.html" ));
157
154
driver .findElement (By .id ("inner" )).click ();
You can’t perform that action at this time.
0 commit comments