Sha256: 6fbae92cc0f419c505dc7bbc3f0c88407ba9e04171bd9267ea352cc0be9f10af

Contents?: true

Size: 898 Bytes

Versions: 112

Compression:

Stored size: 898 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

112 entries across 110 versions & 13 rubygems

Version Path
cucumber-1.3.20 fixtures/tickets/features/177/1.feature
cucumber-1.3.19 fixtures/tickets/features/177/1.feature
cucumber-1.3.18 fixtures/tickets/features/177/1.feature
cucumber-1.3.17 fixtures/tickets/features/177/1.feature
cucumber-1.3.16 fixtures/tickets/features/177/1.feature
cucumber-1.3.15 fixtures/tickets/features/177/1.feature
cucumber-1.3.14 fixtures/tickets/features/177/1.feature
cucumber-1.3.13 fixtures/tickets/features/177/1.feature
cucumber-1.3.12 fixtures/tickets/features/177/1.feature
cucumber-1.3.11 fixtures/tickets/features/177/1.feature
cucumber-1.3.10 fixtures/tickets/features/177/1.feature
cucumber-1.3.9 fixtures/tickets/features/177/1.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/fixtures/tickets/features/177/1.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/fixtures/tickets/features/177/1.feature
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/fixtures/tickets/features/177/1.feature
cucumber-1.3.8 fixtures/tickets/features/177/1.feature
cucumber-1.3.7 fixtures/tickets/features/177/1.feature
cucumber-1.3.6 fixtures/tickets/features/177/1.feature
cucumber-1.3.5 fixtures/tickets/features/177/1.feature
cucumber-1.3.4 fixtures/tickets/features/177/1.feature