1
0
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:
Jean-Philippe Lang 2015-06-13 11:23:00 +00:00
parent 57ea399757
commit 9a56a3ede6

View File

@ -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