1. [US01] Log In
As an End User, I want to log in the system so that I can browse protected pages.
If the user enters wrong password three times then the system locks the account.
M-1. I log in with my credentials
The user enters ID and password.
M-2. I can browse the protected page
The system displays the protected page.
And the user can see protected information on the page.
End of Story
Story: [US01] Log In Main Scenario: Given I am a logged-out user And I am on a login form M-1. When I log in with my credentials M-2. And I can browse the protected page