summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-12 17:54:46 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-12 17:54:46 +0000
commita00538e602d7ca0a4d3fb3c4053514ef1fc620e0 (patch)
treecbfaff3080d9fc73331ac3fb7726f9577f8e623f /test/functional/timelog_controller_test.rb
parent275bd514cd2197e1536fcee68459961ebf1e955f (diff)
downloadredmine-a00538e602d7ca0a4d3fb3c4053514ef1fc620e0.tar.gz
redmine-a00538e602d7ca0a4d3fb3c4053514ef1fc620e0.zip
Display the list of saved queries in the sidebar (#14790).
git-svn-id: http://svn.redmine.org/redmine/trunk@15642 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/timelog_controller_test.rb')
-rw-r--r--test/functional/timelog_controller_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb
index 5ee683f4c..eafea27c7 100644
--- a/test/functional/timelog_controller_test.rb
+++ b/test/functional/timelog_controller_test.rb
@@ -767,6 +767,7 @@ class TimelogControllerTest < ActionController::TestCase
get :index, :project_id => 'ecookbook', :query_id => query.id
assert_response :success
assert_select 'h2', :text => query.name
+ assert_select '#sidebar a.selected', :text => query.name
end
def test_index_atom_feed