mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
Adds description field to custom queries (#9309).
Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22855 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -359,7 +359,8 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
assert_select 'a.query.selected', 1
|
||||
# assert link properties
|
||||
assert_select(
|
||||
'a.query.selected[href=?]',
|
||||
'a.query.selected[title=?][href=?]',
|
||||
'Description for Oepn issues by priority and tracker',
|
||||
'/projects/ecookbook/issues?query_id=5',
|
||||
:text => "Open issues by priority and tracker"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user