File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 41
41
import org .openqa .selenium .testing .Ignore ;
42
42
import org .openqa .selenium .testing .JUnit4TestBase ;
43
43
import org .openqa .selenium .testing .NoDriverAfterTest ;
44
+ import org .openqa .selenium .testing .NotYetImplemented ;
44
45
import org .openqa .selenium .testing .SwitchToTopAfterTest ;
45
46
46
47
import java .util .Set ;
@@ -261,7 +262,7 @@ public void testCanClickAnImageMapArea() {
261
262
262
263
@ Test
263
264
@ Ignore (FIREFOX )
264
- @ Ignore (value = MARIONETTE , issue = "https://github.com/ mozilla/geckodriver/issues/901 " )
265
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla. mozilla.org/show_bug.cgi?id=1422272 " )
265
266
public void testShouldBeAbleToClickOnAnElementGreaterThanTwoViewports () {
266
267
String url = appServer .whereIs ("click_too_big.html" );
267
268
driver .get (url );
You can’t perform that action at this time.
0 commit comments