summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-02-21 01:45:16 +0000
committerGo MAEDA <maeda@farend.jp>2021-02-21 01:45:16 +0000
commita8072b0d0f201754cfc6f0867b642fdb43af6054 (patch)
tree017985ca1118605da3c0fb51897bd9bea7f2596a /test/functional
parentf8d96bb3598f4d3ffcdb0c4b8325e80ad9541128 (diff)
downloadredmine-a8072b0d0f201754cfc6f0867b642fdb43af6054.tar.gz
redmine-a8072b0d0f201754cfc6f0867b642fdb43af6054.zip
Add an interface to filter activities by user (#33602).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20752 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/activities_controller_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/activities_controller_test.rb b/test/functional/activities_controller_test.rb
index dbbe33b48..cab6c34bb 100644
--- a/test/functional/activities_controller_test.rb
+++ b/test/functional/activities_controller_test.rb
@@ -87,6 +87,7 @@ class ActivitiesControllerTest < Redmine::ControllerTest
assert_response :success
assert_select 'h2 a[href="/users/2"]', :text => 'John Smith'
+ assert_select '#sidebar select#user_id option[value="2"][selected=selected]'
i1 = Issue.find(1)
d1 = User.find(1).time_to_date(i1.created_on)