changed user_id to id

This commit is contained in:
cktricky
2017-12-19 08:26:02 -05:00
parent f23ecdde3f
commit 00af8293b2
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ feature "sql injection" do
login(normal_user)
visit "/users/#{normal_user.user_id}/account_settings"
visit "/users/#{normal_user.id}/account_settings"
within("#account_edit") do
fill_in "Email", with: "joe.admin@schmoe.com"
fill_in "user_password", with: "hacketyhack"