Skip to content

Commit

Permalink
fix feature for devise text change
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Oct 3, 2014
1 parent 0c83cfe commit 1a4a370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/users/logging_in.feature
Expand Up @@ -24,7 +24,7 @@ Feature: User Logging In
And I fill in "Password" with "not-my-password"
And I press "Login"
Then I should see "Login"
And I should see "Invalid email address or password."
And I should see "Invalid email or password."

Scenario: Attempting to log in with an incorrect password
When I fill in "Email" with "admin@example.com"
Expand Down

0 comments on commit 1a4a370

Please sign in to comment.