Fix all failing specs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user