At times not everything can be tested, and writing what hasn't been tested is just as important as writing what has been tested.
An example of partial test is a field displaying 4 possible values. If 3 values are tested, with screenshots, and 1 is not, then it should be mentioned here.}
Issue #23
Test Plan
tests performed
secondsSinceExpiration
cookieExpiration
--> 31536000 ✅ (default is{ years: 1 }
12345
-->12345
✅{ years: 1, days: 10, hours: 5 }
--> 32418000 ✅{}
--> 0 ✅tests not performed (domain coverage)