diff options
author | Go MAEDA <maeda@farend.jp> | 2023-07-02 06:53:00 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-07-02 06:53:00 +0000 |
commit | 5965b4054d9d2466a6f3dd2931085ac8896cada3 (patch) | |
tree | e8148c20b943b37d3e5ac9a787695b95348b084a /test/functional/timelog_controller_test.rb | |
parent | c77f7f9d2855adf198fba9b09a4b40f23ed44358 (diff) | |
download | redmine-5965b4054d9d2466a6f3dd2931085ac8896cada3.tar.gz redmine-5965b4054d9d2466a6f3dd2931085ac8896cada3.zip |
Merged r22273 from trunk to 4.2-stable (#38797).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22275 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/timelog_controller_test.rb')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index 451bbaa09..5e31b35eb 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -755,7 +755,7 @@ class TimelogControllerTest < Redmine::ControllerTest assert_response :success assert_select 'select[id=?]', 'time_entry_activity_id' do assert_select 'option', 3 - assert_select 'option[value=?]', '11', 0, :text => 'QA' + assert_select 'option[value=?]', '11', 0 end end |