Adapt cuke user steps to work with <button> tags

Broken b8362f79.

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2915/head
Alex Coles 10 years ago
parent 61d52e3891
commit bc218bf410
  1. 2
      features/step_definitions/user_steps.rb

@ -62,7 +62,7 @@ Given /^I save the user$/ do
end
Given /^I save the new user$/ do
find('input[name=commit]').click
click_button('Create', exact: true)
end
##

Loading…
Cancel
Save