From 5965b4054d9d2466a6f3dd2931085ac8896cada3 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 2 Jul 2023 06:53:00 +0000 Subject: 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 --- test/functional/timelog_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/timelog_controller_test.rb') 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 -- cgit v1.2.3