Created
July 30, 2009 18:49
-
-
Save queso/158854 to your computer and use it in GitHub Desktop.
This file contains 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: 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