diff options
Diffstat (limited to 'test/functional/my_controller_test.rb')
-rw-r--r-- | test/functional/my_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index 342c97a3d..3066f68e0 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -599,6 +599,7 @@ class MyControllerTest < Redmine::ControllerTest def test_change_password get :password assert_response :success + assert_includes @response.headers['Cache-Control'], 'no-store' assert_select 'input[type=password][name=password][autocomplete=current-password]' assert_select 'input[type=password][name=new_password][autocomplete=new-password]' assert_select 'input[type=password][name=new_password_confirmation][autocomplete=new-password]' |