Sha256: 467c7b916040534ce005abecff544aa8553c77dc9c8ec8fac48010049c3f9882
Contents?: true
Size: 532 Bytes
Versions: 41
Compression:
Stored size: 532 Bytes
Contents
@user @session Feature: Switch user sessions In order to gain access to different permissions a user wants to log in and out of user accounts from the same browser Scenario: Logging in, logging out, then logging in as someone else Given I am logged in as "permissionlessdude@mail.com" Then I should see "Log Out" And I should see "permissionlessdude@mail.com" When I log out And I log in as "archivist1@examplesite.com" Then I should see "Log Out" And I should see "archivist1@examplesite.com"
Version data entries
41 entries across 41 versions & 1 rubygems