Confirmed users, Bureaucrats and Sysops emeriti
812
edits
(Indicate the tests I've written so far) |
|||
Line 93: | Line 93: | ||
==Session store== | ==Session store== | ||
=== Unit Tests === | |||
* On entry, record the timestamp of the session restore file. | |||
* On exit, before reopening the session, ensure that all current session data is gone. Also verify that the timestamp is unchanged. | |||
=== Browser Tests === | |||
* Ensure that the session before and after private browsing is restored correctly (normal session restore constraints apply) |