File tree 1 file changed +3
-7
lines changed
java/client/test/org/openqa/selenium
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -429,15 +429,11 @@ public void testShouldTimeoutIfAPageTakesTooLongToLoad() {
429
429
@ NoDriverAfterTest // Subsequent tests sometimes fail on Firefox.
430
430
@ Test
431
431
@ Ignore (value = SAFARI , reason = "issue 687, comment 41" )
432
+ @ Ignore (value = FIREFOX , travis = true )
433
+ @ Ignore (HTMLUNIT )
434
+ @ Ignore (value = CHROME , issue = "https://code.google.com/p/chromedriver/issues/detail?id=1125" )
432
435
@ NeedsLocalEnvironment
433
436
public void testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick () {
434
- // Fails on Chrome 44 (and higher?) https://code.google.com/p/chromedriver/issues/detail?id=1125
435
- assumeFalse (
436
- "chrome" .equals (((HasCapabilities ) driver ).getCapabilities ().getBrowserName ())
437
- && "44" .compareTo (((HasCapabilities ) driver ).getCapabilities ().getVersion ()) <= 0 );
438
- assumeFalse (
439
- "htmlunit" .equals (((HasCapabilities ) driver ).getCapabilities ().getBrowserName ()));
440
-
441
437
driver .manage ().timeouts ().pageLoadTimeout (2 , SECONDS );
442
438
443
439
driver .get (appServer .whereIs ("page_with_link_to_slow_loading_page.html" ));
You can’t perform that action at this time.
0 commit comments