diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-04 17:49:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-04 17:49:40 +0000 |
commit | 8fe94c30fe2a5044eda08d9bb73a2e5391273511 (patch) | |
tree | 2ee66a974fde980aaca100137fe8910fed79c284 /test | |
parent | 7b125bc2924125200e13bdbe5dc4c04e3078d157 (diff) | |
download | redmine-8fe94c30fe2a5044eda08d9bb73a2e5391273511.tar.gz redmine-8fe94c30fe2a5044eda08d9bb73a2e5391273511.zip |
Adds a link back to the issue list that we are coming from.
git-svn-id: http://svn.redmine.org/redmine/trunk@16478 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/issues_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index c90469be7..eb402e172 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -130,6 +130,7 @@ class IssuesTest < Redmine::IntegrationTest get '/issues/5' assert_response :success assert_select '.next-prev-links .position', :text => '3 of 5' + assert_select '.next-prev-links .position a[href^=?]', '/projects/ecookbook/issues?' end end |