Given I am a new user
When I click on "register" a view pops up to let me sign up
Then I add my username, add a password and then click a button to "sign me up"
Given I have signed up
When I add my details (above) and click "sign me up"
Then my information is saved so I can sign in again
Given I am already registered
When I log in with my username and password and click "log in"
Then I am presented with my watchlist and my username and "logout" show at the top right corner
Given I am a new user When I click on "register" a view pops up to let me sign up Then I add my username, add a password and then click a button to "sign me up"
Given I have signed up When I add my details (above) and click "sign me up" Then my information is saved so I can sign in again
Given I am already registered When I log in with my username and password and click "log in" Then I am presented with my watchlist and my username and "logout" show at the top right corner