Skip to content

Commit

Permalink
[java] Adding links from ignored tests to bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 5, 2019
1 parent 03d8d13 commit e96092a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ public void testAddCookiesWithDifferentPathsThatAreRelatedToOurs() {

@SwitchToTopAfterTest
@Test
@NotYetImplemented(CHROME)
@NotYetImplemented(CHROMIUMEDGE)
@NotYetImplemented(value = CHROME, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=3153")
@NotYetImplemented(value = CHROMIUMEDGE, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=3153")
@Ignore(SAFARI)
@NotYetImplemented(MARIONETTE)
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/1104")
public void testGetCookiesInAFrame() {
driver.get(domainHelper.getUrlForFirstValidHostname("/common/animals"));
Cookie cookie1 = new Cookie.Builder("fish", "cod").path("/common/animals").build();
Expand Down

0 comments on commit e96092a

Please sign in to comment.