There was an error while loading. Please reload this page.
1 parent 0d8edc9 commit 1b1872aCopy full SHA for 1b1872a
java/test/org/openqa/selenium/PageLoadingTest.java
@@ -246,8 +246,6 @@ public void testShouldBeAbleToLoadAPageWithFramesetsAndWaitUntilAllFramesAreLoad
246
@Test
247
@NotYetImplemented(value = HTMLUNIT,
248
reason = "HtmlUnit: can't execute JavaScript before a page is loaded")
249
- @NotYetImplemented(value = CHROME,
250
- reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4085")
251
@Ignore(value = SAFARI, reason = "Hanging")
252
public void testShouldDoNothingIfThereIsNothingToGoBackTo() {
253
Set<String> currentWindowHandles = driver.getWindowHandles();
0 commit comments