Skip to content

Commit

Permalink
[java] Unignoring a couple of tests fixed in Chrome 76
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 27, 2019
1 parent 9e1e353 commit f768b32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions java/client/test/org/openqa/selenium/AlertsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ public void testShouldHandleAlertOnWindowClose() {
}

@Test
@NotYetImplemented(CHROME)
@NotYetImplemented(CHROMIUMEDGE)
@Ignore(value = HTMLUNIT, reason = "https://github.com/SeleniumHQ/htmlunit-driver/issues/57")
@NotYetImplemented(value = MARIONETTE,
reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1279211")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ public void testShouldThrowAnExceptionWhenArgumentsWithStaleElementPassed() {
}

@Test
@NotYetImplemented(CHROME)
@NotYetImplemented(CHROMIUMEDGE)
@Ignore(IE)
public void testShouldBeAbleToReturnADateObject() {
driver.get(pages.simpleTestPage);
Expand Down

0 comments on commit f768b32

Please sign in to comment.