Sha256: 50c796ce35ccd6e2392f0b6a2c7f44e6b608f58738e1a2b74098c6aca63a7b95
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 Bytes
Contents
Feature: Sign out In order to remove web session from the browser A user Should be able to sign out Scenario: User is signed in Given I am signed up as "email@person.com/password" When I go to the sign in page And I sign in as "email@person.com/password" And I follow "Logout" Then I should see "You have been logged out" And I should be logged out
Version data entries
5 entries across 5 versions & 1 rubygems