Add table to user profile page

This commit is contained in:
Chris Hill-Scott
2016-01-12 09:58:21 +00:00
parent 10af2bccf7
commit ba50f132fc
2 changed files with 26 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
def test_should_show_overview_page(notifications_admin):
response = notifications_admin.test_client().get('/user-profile')
assert 'Your profile' in response.get_data(as_text=True)
assert response.status_code == 200