File tree Expand file tree Collapse file tree
java/test/org/openqa/selenium/bidi/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121import static org .openqa .selenium .testing .drivers .Browser .*;
2222
2323import java .time .Instant ;
24- import java .util .Date ;
2524import java .util .Random ;
2625import java .util .concurrent .ThreadLocalRandom ;
2726import 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 }
You can’t perform that action at this time.
0 commit comments