This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feature: List Users | |
| Background: | |
| Given I send and accept JSON | |
| Scenario: Successfully list users when logged in user is admin | |
| Given the following users exist | |
| |id|email |first_name |last_name |password |authentication_token|role | | |
| |10|[email protected] |First |User |test1234 |auth_token_123 |user | | |
| |11|[email protected] |Second |User |test1234 |auth_token_223 |user | |
NewerOlder