Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created July 7, 2010 19:58
Show Gist options
  • Select an option

  • Save abuiles/467185 to your computer and use it in GitHub Desktop.

Select an option

Save abuiles/467185 to your computer and use it in GitHub Desktop.
Feature: admin log in in the system
As a admin
I want to login with my credentials
So that I can navigate to the dashboard page
Scenario: successful admin login
Given I have a valid account
And I am on the login page
Then I should see "Log In"
When I login
Then show me the page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment