summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2017-09-08 21:13:29 -0600
committermo <mo.khan@gmail.com>2017-09-08 21:13:29 -0600
commit8ae5ab7bd52d78bfcd7d2e9f0c2431778ed966d3 (patch)
tree7761b2b30e3698b37032bc811963d664bb272ac8 /spec/features
parenta26735d60357b9126cf02489f2897e3b8d9376bd (diff)
username -> email
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/upload_creation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/upload_creation_spec.rb b/spec/features/upload_creation_spec.rb
index 472af0e8..00122caa 100644
--- a/spec/features/upload_creation_spec.rb
+++ b/spec/features/upload_creation_spec.rb
@@ -8,7 +8,7 @@ describe "uploading a new creation", :js => true do
before :each do
visit login_path
within('.form-inline') do
- fill_in('session_username', with: user.email)
+ fill_in('session_email', with: user.email)
fill_in('session_password', with: "password")
end
click_button("Sign In")