mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Give everyone who can see dashboard the upload nav
This commit is contained in:
@@ -271,6 +271,7 @@ def test_should_show_back_to_service_if_user_belongs_to_service(
|
||||
''
|
||||
'Dashboard '
|
||||
'Templates '
|
||||
'Uploads '
|
||||
'Team members'
|
||||
)
|
||||
|
||||
|
||||
@@ -169,6 +169,7 @@ def test_navigation_urls(
|
||||
] == [
|
||||
'/services/{}'.format(SERVICE_ONE_ID),
|
||||
'/services/{}/templates'.format(SERVICE_ONE_ID),
|
||||
'/services/{}/uploads'.format(SERVICE_ONE_ID),
|
||||
'/services/{}/users'.format(SERVICE_ONE_ID),
|
||||
'/services/{}/usage'.format(SERVICE_ONE_ID),
|
||||
'/services/{}/service-settings'.format(SERVICE_ONE_ID),
|
||||
|
||||
Reference in New Issue
Block a user