mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
Add links to projects in Group projects list (#12843).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11183 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -79,8 +79,11 @@ class GroupsControllerTest < ActionController::TestCase
|
||||
get :edit, :id => 10
|
||||
assert_response :success
|
||||
assert_template 'edit'
|
||||
assert_tag 'div', :attributes => {:id => 'tab-content-users'}
|
||||
assert_tag 'div', :attributes => {:id => 'tab-content-memberships'}
|
||||
|
||||
assert_select 'div#tab-content-users'
|
||||
assert_select 'div#tab-content-memberships' do
|
||||
assert_select 'a', :text => 'Private child of eCookbook'
|
||||
end
|
||||
end
|
||||
|
||||
def test_update
|
||||
|
||||
Reference in New Issue
Block a user