Fixes that test randomly fails.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10727 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fb68f4703b
commit
8a2786c91e
|
@ -1136,8 +1136,7 @@ class IssuesControllerTest < ActionController::TestCase
|
|||
assert_response :success, "Wrong response status for #{assoc_sort} sort"
|
||||
|
||||
assert_select 'div.next-prev-links' do
|
||||
assert_select 'a', :text => /Previous/
|
||||
assert_select 'a', :text => /Next/
|
||||
assert_select 'a', :text => /(Previous|Next)/
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue