summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2017-09-03 19:40:55 -0600
committermo <mo.khan@gmail.com>2017-09-03 19:40:55 -0600
commit272d7f3601a98aacacec020608f8e82c41be65a4 (patch)
treeea58caffcca08dbbae3dd825925029575a3e7ca9 /spec
parent869ace0d7b35d39d119637ab24f4d19b4adf9714 (diff)
fix broken spec.
Diffstat (limited to 'spec')
-rw-r--r--spec/features/change_password_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/change_password_spec.rb b/spec/features/change_password_spec.rb
index 6db340bb..7292dd42 100644
--- a/spec/features/change_password_spec.rb
+++ b/spec/features/change_password_spec.rb
@@ -11,6 +11,7 @@ describe "changing my password", js: true do
click_link(I18n.t("my.shared.my_nav.change_password"))
within(".form-horizontal") do
+ fill_in("user_old_password", with: "password")
fill_in("user_password", with: "secret")
fill_in("user_password_confirmation", with: "secret")
end