We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3e5f2 commit 9d766a1Copy full SHA for 9d766a1
java/client/test/org/openqa/selenium/PageLoadingTest.java
@@ -445,7 +445,6 @@ public void testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick() {
445
@NoDriverAfterTest // Subsequent tests sometimes fail on Firefox.
446
@Test
447
@NeedsLocalEnvironment
448
- @NotYetImplemented(CHROME)
449
public void testShouldTimeoutIfAPageTakesTooLongToRefresh() {
450
// Get the sleeping servlet with a pause of 5 seconds
451
String slowPage = appServer.whereIs("sleep?time=5");
0 commit comments