File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,10 +196,10 @@ public void testAddCookiesWithDifferentPathsThatAreRelatedToOurs() {
196
196
197
197
@ SwitchToTopAfterTest
198
198
@ 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" )
201
201
@ Ignore (SAFARI )
202
- @ NotYetImplemented (MARIONETTE )
202
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://github.com/mozilla/geckodriver/issues/1104" )
203
203
public void testGetCookiesInAFrame () {
204
204
driver .get (domainHelper .getUrlForFirstValidHostname ("/common/animals" ));
205
205
Cookie cookie1 = new Cookie .Builder ("fish" , "cod" ).path ("/common/animals" ).build ();
You can’t perform that action at this time.
0 commit comments