Files
notifications-admin/tests/app/main/views/test_uploads.py
Katie Smith 8a453890e6 Add 'Uploads' hub and navigation
The uploads hub is just a page with text for now - there are no actions
available on the page. It is linked to from a new 'Uploads' menu item on
the left of the page which is only visible if your service has the
`letter` and `upload_letters` permissions and if the current user has
permissions to send messages.
2019-08-09 08:50:48 +01:00

6 lines
156 B
Python

from tests.conftest import SERVICE_ONE_ID
def test_get_upload_hub_page(client_request):
client_request.get('main.uploads', service_id=SERVICE_ONE_ID)