summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/groups_controller_test.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/functional/groups_controller_test.rb b/test/functional/groups_controller_test.rb
index d3428a130..03a5c4229 100644
--- a/test/functional/groups_controller_test.rb
+++ b/test/functional/groups_controller_test.rb
@@ -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