Skip to content

Commit 0b9d238

Browse files
committed
[java] ignore 2 more java scroll tests that passed locally but fail on CI
1 parent df5d7cc commit 0b9d238

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public void testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsOutOfView
202202

203203
@SwitchToTopAfterTest
204204
@Test
205+
@Ignore(value = FIREFOX, issue = "https://github.com/mozilla/geckodriver/issues/2013")
205206
public void testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame() {
206207
driver.get(appServer.whereIs("scrolling_tests/page_with_nested_scrolling_frames.html"));
207208
driver.switchTo().frame("scrolling_frame");
@@ -213,6 +214,7 @@ public void testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame() {
213214

214215
@SwitchToTopAfterTest
215216
@Test
217+
@Ignore(value = FIREFOX, issue = "https://github.com/mozilla/geckodriver/issues/2013")
216218
@NotYetImplemented(SAFARI)
217219
public void testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView() {
218220
driver.get(appServer.whereIs("scrolling_tests/page_with_nested_scrolling_frames_out_of_view.html"));

0 commit comments

Comments
 (0)