Skip to content

Instantly share code, notes, and snippets.

@caius
Forked from emk/gist:40364
Created December 28, 2008 04:41
Show Gist options
  • Save caius/40372 to your computer and use it in GitHub Desktop.
Save caius/40372 to your computer and use it in GitHub Desktop.
Feature: Logging in and out
Scenario: Log in with valid name and password
Given a site
And a global admin
When I try to access the overview page
And I log in as with valid credentials
Then I should see the overview page
And should be logged in
Scenario: Log in with an invalid name
Given a site
And a global admin
When I try to access the overview page
And I log in with incorrect details
Then I should see an error message
And not be logged in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment