Commit 0c17cd6
committed
Fixed issue with Get Cookie logging assertions
There was some missed chnages to the log. In addition, Chrome now has a
limit on length of expiry with cookies. Its maximum length is 400 days,
as per, https://developer.chrome.com/blog/cookie-max-age-expires/. As
such back off the far future date to one just about a year out. Starting
to think the hardcoded expiry is better in that one can immediately see
it it verse the calculate some date in the future each time the test is
run. Will revisit this in the future.1 parent 26ccf88 commit 0c17cd6
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
0 commit comments