Skip to content

Commit

Permalink
Ignoring back a test method that was unignored in the previous commit by
Browse files Browse the repository at this point in the history
mistake
  • Loading branch information
barancev committed Mar 16, 2013
1 parent 6cfaf2b commit 303fd64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testShouldThrowNoSuchWindowException() {
driver.switchTo().window(current);
}

@Ignore({OPERA, SELENESE, OPERA_MOBILE})
@Ignore({OPERA, CHROME, SELENESE, OPERA_MOBILE})
@Test
public void testShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle() {
driver.get(pages.xhtmlTestPage);
Expand Down

0 comments on commit 303fd64

Please sign in to comment.