summaryrefslogtreecommitdiffstats
path: root/test/integration/account_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r--test/integration/account_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index 1953588b6..e40584152 100644
--- a/test/integration/account_test.rb
+++ b/test/integration/account_test.rb
@@ -136,8 +136,8 @@ class AccountTest < Redmine::IntegrationTest
follow_redirect!
assert_response :success
assert_select 'input[type=hidden][name=token][value=?]', token.value
- assert_select 'input[name=new_password]'
- assert_select 'input[name=new_password_confirmation]'
+ assert_select 'input[name=new_password][autocomplete=new-password]'
+ assert_select 'input[name=new_password_confirmation][autocomplete=new-password]'
post(
"/account/lost_password",