Skip to content

Commit

Permalink
- Fixing groups test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Sep 24, 2018
1 parent 33b1ee3 commit 6b3f4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geonode/groups/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,19 +429,19 @@ def test_group_activity_pages_render(self):
self.assertEqual(200, response.status_code)
self.assertContains(response,
'Layers',
count=0,
count=3,
status_code=200,
msg_prefix='',
html=False)
self.assertContains(response,
'Maps',
count=0,
count=5,
status_code=200,
msg_prefix='',
html=False)
self.assertContains(response,
'Documents',
count=0,
count=3,
status_code=200,
msg_prefix='',
html=False)
Expand Down

0 comments on commit 6b3f4b2

Please sign in to comment.