Skip to content
Thomas Schank edited this page Dec 10, 2012 · 1 revision
Feature: Login

  As a MAdeK user

  Background: Load the example data and personas
    Given personas are loaded

  @javascript
  Scenario: Login with database authentication
    When I go to the splash screen
     And I switch to database authentication
     And I fill in the following:
      | login       | normin     |
      | password    | password   |
     And I press "Anmelden"
    Then I'm logged in
Clone this wiki locally