mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-31 12:49:38 +00:00
Fixed test failure (#6118).
git-svn-id: http://svn.redmine.org/redmine/trunk@14310 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
57ea399757
commit
9a56a3ede6
@ -63,7 +63,7 @@ class QueriesHelperTest < ActionView::TestCase
|
||||
with_locale 'en' do
|
||||
options = filters_options_for_select(IssueQuery.new)
|
||||
assert_select_in options, 'optgroup[label=?]', 'Related issues', 1
|
||||
assert_select_in options, 'optgroup[label=?] > option', 'Related issues', 9
|
||||
assert_select_in options, 'optgroup[label=?] > option', 'Related issues', 11
|
||||
assert_select_in options, 'optgroup > option[value=relates]', :text => 'Related to'
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user