File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -468,6 +468,7 @@ public void ShouldRetainCookieExpiry()
468468
469469 [ Test ]
470470 [ IgnoreBrowser ( Browser . IE , "Browser does not handle untrusted SSL certificates." ) ]
471+ [ IgnoreBrowser ( Browser . Edge , "Browser does not handle untrusted SSL certificates." ) ]
471472 public void CanHandleSecureCookie ( )
472473 {
473474 driver . Url = EnvironmentManager . Instance . UrlBuilder . WhereIsSecure ( "animals" ) ;
@@ -483,6 +484,7 @@ public void CanHandleSecureCookie()
483484
484485 [ Test ]
485486 [ IgnoreBrowser ( Browser . IE , "Browser does not handle untrusted SSL certificates." ) ]
487+ [ IgnoreBrowser ( Browser . Edge , "Browser does not handle untrusted SSL certificates." ) ]
486488 public void ShouldRetainCookieSecure ( )
487489 {
488490 driver . Url = EnvironmentManager . Instance . UrlBuilder . WhereIsSecure ( "animals" ) ;
You can’t perform that action at this time.
0 commit comments