Sha256: 8ff788b7430ad2fe5b727c376b0783f9d9c96367f1acf6f86066b34925c9d4cb
Contents?: true
Size: 765 Bytes
Versions: 14
Compression:
Stored size: 765 Bytes
Contents
Feature: Sign in In order to get access to protected sections of the site As a user I want to sign in Background: Given I am signed out Scenario: User do not exist Given I do not exist as a user When I sign in with valid credentials Then I see an invalid login message And I should be signed out Scenario: User enters wrong password Given I exist as a user When I sign in with a wrong password Then I see an invalid login message And I should be signed out Scenario: User signs in successfully Given I exist as a user When I sign in with valid credentials Then I see a successful sign in message And I should be on the dashboard page And I should see "Sign out" And I should see my name
Version data entries
14 entries across 14 versions & 1 rubygems