Sha256: 128aae6e3b2cb15d60148ef9666c852f063621df83f4068ae3e6c6775be4e087

Contents?: true

Size: 863 Bytes

Versions: 276

Compression:

Stored size: 863 Bytes

Contents

Feature: Login
  To ensure the safety of the application
  A regular user of the system
  Must authenticate before using the app


  Scenario Outline: Failed Login
    Given the user "known_user"

    When I go to the main page
    Then I should see the login form

    When I fill in "login" with "<login>"
    And I fill in "password" with "<password>"
    And I press "Log In"
    Then the login request should fail
    And I should see the error message "Login or Password incorrect"

    Examples:
      | login        | password       |
      |              |                |
      | unknown_user |                |
      | known_user   |                |
      |              | wrong_password |
      |              | known_userpass |
      | unknown_user | wrong_password |
      | unknown_user | known_userpass |
      | known_user   | wrong_password |

Version data entries

276 entries across 274 versions & 26 rubygems

Version Path
cucumber-1.3.20 fixtures/tickets/features/172.feature
cucumber-1.3.19 fixtures/tickets/features/172.feature
cucumber-1.3.18 fixtures/tickets/features/172.feature
cucumber-1.3.17 fixtures/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.100.1 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.100.2 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.100.3 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.100.4 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.100.5 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.10 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.11 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.12 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.13 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.14 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.15 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.17 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.18 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.19 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.20 examples/tickets/features/172.feature
aslakhellesoy-cucumber-0.1.99.21 examples/tickets/features/172.feature