Test failures.

git-svn-id: http://svn.redmine.org/redmine/trunk@15863 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-10-01 14:34:38 +00:00
parent 30fc03ac32
commit 51227270bd

View File

@@ -111,7 +111,7 @@ class IssuesTest < Redmine::IntegrationTest
def test_next_and_previous_links_should_be_displayed_after_query_grouped_and_sorted_by_version
with_settings :default_language => 'en' do
get '/projects/ecookbook/issues?set_filter=1&group_by=fixed_version&sort=priority:desc,fixed_version'
get '/projects/ecookbook/issues?set_filter=1&group_by=fixed_version&sort=priority:desc,fixed_version,id'
assert_response :success
assert_select 'td.id', :text => '5'