Sha256: 3248e0509f4b8a30c479f69d4993a71ede0e3c4862ff3d49d305cb8a86141822

Contents?: true

Size: 922 Bytes

Versions: 48

Compression:

Stored size: 922 Bytes

Contents

Users want to know that nobody can masquerade as them.  We want to extend trust
only to visitors who present the appropriate credentials.  Everyone wants this
identity verification to be as secure and convenient as possible.

Feature: Logging in
  As an anonymous user with an account
  I want to log in to my account
  So that I can be myself

  #
  # Log in: get form
  #
  Scenario: Anonymous user can get a login form.
    Given I am logged out
    When  I go to "/login"
    Then  I should be at the "sessions/new" page

  #
  # Log in successfully, but don't remember me
  #
  Scenario: Anonymous user can log in
    Given an "activated" user named "reggie" exists
     And  I am logged out
    When  I go to "/login"
     And  I fill in "Login" with "reggie"
     And  I fill in "Password" with "password"
     And  I press "Log in"
    Then  I should be at the "dashboard/index" page

Version data entries

48 entries across 48 versions & 5 rubygems

Version Path
aslakhellesoy-cucumber-0.1.100.1 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.100.2 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.100.3 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.100.4 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.100.5 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.99.17 examples/tickets/features/177-1.feature
aslakhellesoy-cucumber-0.1.99.18 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.99.19 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.99.20 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.99.21 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.99.22 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.1.99.23 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.0.1 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.0.2 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.0.3 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.0.4 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.0 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.1 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.2.1 examples/tickets/features/177/1.feature
aslakhellesoy-cucumber-0.2.2.2 examples/tickets/features/177/1.feature