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