summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-09 15:22:30 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-09 15:22:30 +0000
commit24af62b16c4f3fecdd800eefe978125e2ca7b647 (patch)
tree0cbbb138f787baafe13ef7722007c603eddc0db3 /test
parent5a1b03eeafe527e9247754c50707daa521339d4a (diff)
downloadredmine-24af62b16c4f3fecdd800eefe978125e2ca7b647.tar.gz
redmine-24af62b16c4f3fecdd800eefe978125e2ca7b647.zip
Merged r17935 from trunk to 4.0-stable (#30985).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17936 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/users_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb
index 1f2dd4f32..42999ea9e 100644
--- a/test/functional/users_controller_test.rb
+++ b/test/functional/users_controller_test.rb
@@ -118,7 +118,7 @@ class UsersControllerTest < Redmine::ControllerTest
get :show, :params => {:id => 2}
assert_response :success
- assert_select 'li', :text => /Phone number/
+ assert_select 'li[class=?]', 'cf_4', :text => /Phone number/
end
def test_show_should_not_display_hidden_custom_fields