@@ -63,7 +63,6 @@ public void setUp() {
6363  }
6464
6565  @ Test 
66-   @ NotYetImplemented (EDGE )
6766  public  void  canGetCookieByName () {
6867    String  key  = generateUniqueKey ();
6968    String  value  = "set" ;
@@ -124,7 +123,6 @@ public void canGetCookieInDefaultUserContext() {
124123  }
125124
126125  @ Test 
127-   @ NotYetImplemented (EDGE )
128126  public  void  canGetCookieInAUserContext () {
129127    Browser  browser  = new  Browser (driver );
130128    String  userContext  = browser .createUserContext ();
@@ -177,7 +175,6 @@ key, new BytesValue(BytesValue.Type.STRING, value), appServer.getHostName()),
177175  }
178176
179177  @ Test 
180-   @ NotYetImplemented (EDGE )
181178  public  void  canAddCookie () {
182179    String  key  = generateUniqueKey ();
183180    String  value  = "foo" ;
@@ -289,7 +286,6 @@ public void canGetAllCookies() {
289286  }
290287
291288  @ Test 
292-   @ NotYetImplemented (EDGE )
293289  public  void  canDeleteAllCookies () {
294290    addCookieOnServerSide (new  Cookie ("foo" , "set" ));
295291    assertSomeCookiesArePresent ();
@@ -303,7 +299,6 @@ public void canDeleteAllCookies() {
303299  }
304300
305301  @ Test 
306-   @ NotYetImplemented (EDGE )
307302  public  void  canDeleteCookieWithName () {
308303    String  key1  = generateUniqueKey ();
309304    String  key2  = generateUniqueKey ();
@@ -325,7 +320,6 @@ public void canDeleteCookieWithName() {
325320  }
326321
327322  @ Test 
328-   @ NotYetImplemented (EDGE )
329323  public  void  testAddCookiesWithDifferentPathsThatAreRelatedToOurs () {
330324    driver .get (appServer .whereIs ("/common/animals" ));
331325
0 commit comments