Skip to content

Commit e96092a

Browse files
committed
[java] Adding links from ignored tests to bug reports
1 parent 03d8d13 commit e96092a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ public void testAddCookiesWithDifferentPathsThatAreRelatedToOurs() {
196196

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

0 commit comments

Comments
 (0)