@@ -63,7 +63,6 @@ public void setUp() {
63
63
}
64
64
65
65
@ Test
66
- @ NotYetImplemented (EDGE )
67
66
public void canGetCookieByName () {
68
67
String key = generateUniqueKey ();
69
68
String value = "set" ;
@@ -124,7 +123,6 @@ public void canGetCookieInDefaultUserContext() {
124
123
}
125
124
126
125
@ Test
127
- @ NotYetImplemented (EDGE )
128
126
public void canGetCookieInAUserContext () {
129
127
Browser browser = new Browser (driver );
130
128
String userContext = browser .createUserContext ();
@@ -177,7 +175,6 @@ key, new BytesValue(BytesValue.Type.STRING, value), appServer.getHostName()),
177
175
}
178
176
179
177
@ Test
180
- @ NotYetImplemented (EDGE )
181
178
public void canAddCookie () {
182
179
String key = generateUniqueKey ();
183
180
String value = "foo" ;
@@ -289,7 +286,6 @@ public void canGetAllCookies() {
289
286
}
290
287
291
288
@ Test
292
- @ NotYetImplemented (EDGE )
293
289
public void canDeleteAllCookies () {
294
290
addCookieOnServerSide (new Cookie ("foo" , "set" ));
295
291
assertSomeCookiesArePresent ();
@@ -303,7 +299,6 @@ public void canDeleteAllCookies() {
303
299
}
304
300
305
301
@ Test
306
- @ NotYetImplemented (EDGE )
307
302
public void canDeleteCookieWithName () {
308
303
String key1 = generateUniqueKey ();
309
304
String key2 = generateUniqueKey ();
@@ -325,7 +320,6 @@ public void canDeleteCookieWithName() {
325
320
}
326
321
327
322
@ Test
328
- @ NotYetImplemented (EDGE )
329
323
public void testAddCookiesWithDifferentPathsThatAreRelatedToOurs () {
330
324
driver .get (appServer .whereIs ("/common/animals" ));
331
325
0 commit comments