mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
Wrap issue description and its contextual menu in a div (#12211).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10728 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -827,6 +827,8 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
assert_template 'show'
|
||||
assert_equal Issue.find(1), assigns(:issue)
|
||||
|
||||
assert_select 'div.issue div.description', :text => /Unable to print recipes/
|
||||
|
||||
# anonymous role is allowed to add a note
|
||||
assert_select 'form#issue-form' do
|
||||
assert_select 'fieldset' do
|
||||
|
||||
Reference in New Issue
Block a user