Skip to content

Commit 2c59178

Browse files
committed
Merge pull request activeadmin#1486 from parndt/patch-2
Fixed typo in logging_in.feature
2 parents 585c6a9 + f1bbd2a commit 2c59178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/users/logging_in.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Feature: User Logging In
1919
And I should see "Logout"
2020
And I should see "[email protected]"
2121

22-
Scenario: Attempting to log in with an incorrent email address
22+
Scenario: Attempting to log in with an incorrect email address
2323
When I fill in "Email" with "[email protected]"
2424
And I fill in "Password" with "not-my-password"
2525
And I press "Login"

0 commit comments

Comments
 (0)