a registered user I need to be able to login Scenario: Successful login with correct credentials Given there is a user "mloberg" with password "testing" When I view the login page And I fill in "username" with "mloberg" And I fill in "password" with "testing" And I press "login" Then I should see "Hello, mloberg" Scenario: Can't login with invalid credentials ...