Skip to content

Commit 303fd64

Browse files
committed
Ignoring back a test method that was unignored in the previous commit by
mistake
1 parent 6cfaf2b commit 303fd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/WindowSwitchingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void testShouldThrowNoSuchWindowException() {
9797
driver.switchTo().window(current);
9898
}
9999

100-
@Ignore({OPERA, SELENESE, OPERA_MOBILE})
100+
@Ignore({OPERA, CHROME, SELENESE, OPERA_MOBILE})
101101
@Test
102102
public void testShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle() {
103103
driver.get(pages.xhtmlTestPage);

0 commit comments

Comments
 (0)