Commit 272d7f36
Changed files (1)
spec
features
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