Fix all failing specs

This commit is contained in:
2015-01-21 19:18:12 +01:00
parent 9a8c364d38
commit 4462be55d1
11 changed files with 29 additions and 28 deletions
@@ -4,10 +4,10 @@ step "I visit the supplier signup path" do
end
step "fill in the supplier signup form with new credentials" do
find('#supplier_name').set 'Signup Supplier'
find('#supplier_email').set 'signup_supplier@example.com'
find('#supplier_password').set 'SignupSupplier'
find('#supplier_password_confirmation').set 'SignupSupplier'
js_set_field '#supplier_name', 'Signup Supplier'
js_set_field '#supplier_email', 'signup_supplier@example.com'
js_set_field '#supplier_password', 'SignupSupplier'
js_set_field '#supplier_password_confirmation', 'SignupSupplier'
end
step "click on the supplier signup submit button" do