Write a test for the scenario
- Given that I am not a user on the system
- If i enter a new username and password which is too simple, I will not be able to sign up
- If i enter a new username and password which is complex enough, I will be able to sign up
- I should be able to access the authenticated portion of the site
Write a test for the scenario