File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def sign_in user
7777 sign_in user
7878end
7979
80- When /^I sign in with valid credintials $/ do
80+ When /^I sign in with valid credentials $/ do
8181 sign_in valid_user
8282end
8383
@@ -133,7 +133,7 @@ def sign_in user
133133 page . should have_content "Invalid email or password."
134134end
135135
136- Then /^I see a successfull sign in message$/ do
136+ Then /^I see a successful sign in message$/ do
137137 page . should have_content "Signed in successfully."
138138end
139139
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Feature: Sign in
55
66 Scenario : User is not signed up
77 Given I do not exist as a user
8- When I sign in with valid credintials
8+ When I sign in with valid credentials
99 Then I see an invalid login message
1010 And I should be signed out
1111
@@ -19,7 +19,7 @@ Feature: Sign in
1919 Scenario : User signs in successfully with email
2020 Given I exist as a user
2121 And I am not logged in
22- When I sign in with valid credintials
23- Then I see a successfull sign in message
22+ When I sign in with valid credentials
23+ Then I see a successful sign in message
2424 When I return to the site
2525 Then I should be signed in
You can’t perform that action at this time.
0 commit comments