Skip to content

Instantly share code, notes, and snippets.

@queso
Created July 30, 2009 18:49
Show Gist options
  • Save queso/158854 to your computer and use it in GitHub Desktop.
Save queso/158854 to your computer and use it in GitHub Desktop.
Feature: Account Update
In order to display my most accurate user information
As as user
I should be able to edit my account
Scenario: User forgets password confirmation on edit
Given I am signed up and confirmed as "[email protected]/password"
When I go to the account edit page
And I fill in password with "passw0rd"
And I press "Update"
Then I should see error messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment