AS A user,
I WANT TO be able to log out of my account
TO sign out
SO THAT I can possibly switch ccounts
SCENARIO: User Clicks on the Logout Icon
GIVEN the user is on the logged-in or completed screen of the ToDo List app,
WHEN the logout icon is pressed,
THEN the user should be moved to the login/signup page of the app,
WITHIN 2 seconds.