Skip to content

Commit 6cb53a2

Browse files
committed
enable "canGetAllCookies" test in Edge
it seems this functionality has been implemented in Edge.
1 parent 27794fb commit 6cb53a2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

java/test/org/openqa/selenium/bidi/storage/StorageCommandsTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import static org.openqa.selenium.testing.drivers.Browser.*;
2222

2323
import java.time.Instant;
24-
import java.util.Date;
2524
import java.util.Random;
2625
import java.util.concurrent.ThreadLocalRandom;
2726
import org.junit.jupiter.api.AfterEach;
@@ -256,7 +255,6 @@ public void canAddAndGetCookie() {
256255
assertThat(key.getUserContext()).isEqualTo("default");
257256
}
258257

259-
@NotYetImplemented(EDGE)
260258
@Test
261259
public void canGetAllCookies() {
262260
addRandomCookie("there might be other cookies before this test");
@@ -404,10 +402,6 @@ private String getDocumentCookieOrNull() {
404402
}
405403
}
406404

407-
private Date someTimeInTheFuture() {
408-
return new Date(System.currentTimeMillis() + 100000);
409-
}
410-
411405
private void openAnotherPage() {
412406
driver.get(appServer.whereIs("simpleTest.html"));
413407
}

0 commit comments

Comments
 (0)