Add a cypress test that makes sure that default list handling is as expected.
- The default list should be used if a note is drafted without adding a list. (Applies to draft and saved note.)
- The last-used list should be used if a note has been previously submitted and no list is added by the user.
- The list added by the user is used otherwise.
- The last-used list updates whenever a note is submitted.
Add a cypress test that makes sure that default list handling is as expected.