Skip to content

Commit 1b1872a

Browse files
committed
[java] Enabling testShouldDoNothingIfThereIsNothingToGoBackTo test for Chrome
1 parent 0d8edc9 commit 1b1872a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎java/test/org/openqa/selenium/PageLoadingTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ public void testShouldBeAbleToLoadAPageWithFramesetsAndWaitUntilAllFramesAreLoad
246246
@Test
247247
@NotYetImplemented(value = HTMLUNIT,
248248
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")
251249
@Ignore(value = SAFARI, reason = "Hanging")
252250
public void testShouldDoNothingIfThereIsNothingToGoBackTo() {
253251
Set<String> currentWindowHandles = driver.getWindowHandles();

0 commit comments

Comments
 (0)