@@ -1136,8 +1136,7 class IssuesControllerTest < ActionController::TestCase | |||
|
1136 | 1136 | assert_response :success, "Wrong response status for #{assoc_sort} sort" |
|
1137 | 1137 | |
|
1138 | 1138 | assert_select 'div.next-prev-links' do |
|
1139 | assert_select 'a', :text => /Previous/ | |
|
1140 | assert_select 'a', :text => /Next/ | |
|
1139 | assert_select 'a', :text => /(Previous|Next)/ | |
|
1141 | 1140 | end |
|
1142 | 1141 | end |
|
1143 | 1142 | end |
General Comments 0
You need to be logged in to leave comments.
Login now