diff --git a/features/step_definitions/login_steps.rb b/features/step_definitions/login_steps.rb index d3332e24..52e11947 100644 --- a/features/step_definitions/login_steps.rb +++ b/features/step_definitions/login_steps.rb @@ -7,7 +7,7 @@ end When /^I submit the login form as user "([^\"]*)" with password "([^\"]*)"$/ do |username, password| fill_in 'Login', :with => username fill_in 'Password', :with => password - uncheck "Stay logged in:" + uncheck "Stay logged in" click_button "Sign in" end