diff options
author | Go MAEDA <maeda@farend.jp> | 2019-03-06 22:31:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-03-06 22:31:14 +0000 |
commit | 7b5131a229b3084c1bc99ecc04b8b3ee006c0c20 (patch) | |
tree | c7a20ba7ad909f7a4431320c9fba9d503499a17b /test/functional/projects_controller_test.rb | |
parent | 07706cb207cf867336ceb900a5d1bc3f1af773d5 (diff) | |
download | redmine-7b5131a229b3084c1bc99ecc04b8b3ee006c0c20.tar.gz redmine-7b5131a229b3084c1bc99ecc04b8b3ee006c0c20.zip |
Add CSS class to project custom fields (#30977).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17931 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/projects_controller_test.rb')
-rw-r--r-- | test/functional/projects_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 16f42ac4d..3c931c60b 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -477,7 +477,7 @@ class ProjectsControllerTest < Redmine::ControllerTest } assert_response :success - assert_select 'li', :text => /Development status/ + assert_select 'li[class=?]', 'cf_3', :text => /Development status/ end def test_show_should_not_display_hidden_custom_fields |