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 @@ -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" ));
You can’t perform that action at this time.
0 commit comments