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

Version Path
hydra-head-4.1.3 test_support/features/switch_users.feature
hydra-head-4.1.2 test_support/features/switch_users.feature
hydra-head-4.1.1 test_support/features/switch_users.feature
hydra-head-4.1.0 test_support/features/switch_users.feature
hydra-head-4.0.3 test_support/features/switch_users.feature
hydra-head-4.0.2 test_support/features/switch_users.feature
hydra-head-4.0.1 test_support/features/switch_users.feature
hydra-head-4.0.0 test_support/features/switch_users.feature
hydra-head-4.0.0.rc6 test_support/features/switch_users.feature
hydra-head-4.0.0.rc5 test_support/features/switch_users.feature
hydra-head-4.0.0.rc4 test_support/features/switch_users.feature
hydra-head-4.0.0.rc3 test_support/features/switch_users.feature
hydra-head-4.0.0.rc2 test_support/features/switch_users.feature
hydra-head-3.3.0 test_support/features/switch_users.feature
hydra-head-3.2.2 test_support/features/switch_users.feature
hydra-head-3.2.1 test_support/features/switch_users.feature
hydra-head-3.2.0 test_support/features/switch_users.feature
hydra-head-3.2.0.pre3 test_support/features/switch_users.feature
hydra-head-3.2.0.pre2 test_support/features/switch_users.feature
hydra-head-3.2.0.pre1 test_support/features/switch_users.feature