diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-19 08:26:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-11-19 08:26:58 +0000 |
commit | 7ee5e95f1432153008813484e075d7dce238be5f (patch) | |
tree | 3be2bc239df17a6b534f40f52aaf425158006c9f /test/functional/search_controller_test.rb | |
parent | c7505aa76b3afc12adab4fc38987138349b7ab83 (diff) | |
download | redmine-7ee5e95f1432153008813484e075d7dce238be5f.tar.gz redmine-7ee5e95f1432153008813484e075d7dce238be5f.zip |
Use the regular "icon icon-*" on search results (#24313).
git-svn-id: http://svn.redmine.org/redmine/trunk@15977 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/search_controller_test.rb')
-rw-r--r-- | test/functional/search_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 54148a2f4..720d62d4b 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -94,7 +94,7 @@ class SearchControllerTest < Redmine::ControllerTest assert_select '#search-results' do assert_select 'dt.issue a', :text => /Bug #5/ - assert_select 'dt.issue.closed a', :text => /Bug #8 \(Closed\)/ + assert_select 'dt.issue-closed a', :text => /Bug #8 \(Closed\)/ end end |