Feature: Admin signing in In order to modify content As an admin I want admin login Scenario: Signing in as an admin Given there is an admin with the username "seivan@kth.se" and the password "secret" When I go to the admin path And I fill in "Login" with "seivan@kth.se" And I fill in "Password" with "secret" And I press "Sign in" Then I should see "Welcome admin: seivan@kth.se"