summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-06 23:23:39 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-06 23:23:39 +0000
commit5a1b03eeafe527e9247754c50707daa521339d4a (patch)
tree405cb7537a7401ee0812c98586d1a119c31637b1 /test
parent92063eed0470a6976fa8863e327e586286c1f870 (diff)
downloadredmine-5a1b03eeafe527e9247754c50707daa521339d4a.tar.gz
redmine-5a1b03eeafe527e9247754c50707daa521339d4a.zip
Merged r17931 from trunk to 4.0-stable (#30977).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17932 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/projects_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb
index e5b5eaaf4..03a33d584 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