mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Add table to user profile page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user