mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
Fix incorrect argument format for assert_select that causes ArgumentError with rails-dom-testing >= 2.1.0 (#38797).
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22273 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -768,7 +768,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user