File tree Expand file tree Collapse file tree
java/test/org/openqa/selenium Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ public void testShouldBeAbleToClickOnAnElementHiddenByOverflow() {
9393 }
9494
9595 @ Test
96+ @ Ignore (value = FIREFOX , issue = "https://github.com/mozilla/geckodriver/issues/2013" )
9697 public void testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow () {
9798 driver .get (appServer .whereIs ("scrolling_tests/page_with_double_overflow_auto.html" ));
9899
@@ -110,6 +111,7 @@ public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
110111
111112 @ Test
112113 @ Ignore (value = IE , issue = "716" )
114+ @ Ignore (value = FIREFOX , issue = "https://github.com/mozilla/geckodriver/issues/2013" )
113115 public void testShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow () {
114116 driver .get (appServer .whereIs ("scrolling_tests/page_with_partially_hidden_element.html" ));
115117
@@ -129,6 +131,7 @@ public void testShouldNotScrollOverflowElementsWhichAreVisible() {
129131 }
130132
131133 @ Test
134+ @ Ignore (value = FIREFOX , issue = "https://github.com/mozilla/geckodriver/issues/2013" )
132135 @ NotYetImplemented (IE )
133136 public void testShouldNotScrollIfAlreadyScrolledAndElementIsInView () {
134137 driver .get (appServer .whereIs ("scroll3.html" ));
You can’t perform that action at this time.
0 commit comments