Commit 272d7f36

mo <mo.khan@gmail.com>
2017-09-04 01:40:55
fix broken spec.
1 parent 869ace0
Changed files (1)
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