Log into the app as one user (one that has budget(s))
Exit
Log into the app as a different user
What happened:
The first user's budgets are listed in the add entry screen
Expected:
The second user's budgets are listed in the add entry screen
Likely cause:
The HTTP session cookie from the first user is persisted somehow even through the second user logging in. This is not a big issue, since the usage of the app is intended to be only one user with persisted logins. However, it's still an issue.
Likely solution:
Clear the cookies before logging in or signing up.
Steps to reproduce:
What happened:
The first user's budgets are listed in the add entry screen
Expected:
The second user's budgets are listed in the add entry screen
Likely cause:
The HTTP session cookie from the first user is persisted somehow even through the second user logging in. This is not a big issue, since the usage of the app is intended to be only one user with persisted logins. However, it's still an issue.
Likely solution:
Clear the cookies before logging in or signing up.