Skip to content

Commit dd81af8

Browse files
committed
[java] ignore scrolling tests due to Firefox issue
1 parent 46cef40 commit dd81af8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)