Link to usage, not dashboard

Organisation team members only have access to the dashboard if they’re
also a member of that service.

They always have access to the usage page, so let’s link there instead.
This commit is contained in:
Chris Hill-Scott
2019-06-20 10:59:54 +01:00
parent 873272160c
commit e6733d7e24
4 changed files with 8 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ def test_a_page_should_nave_selected_header_navigation_item(
@pytest.mark.parametrize('endpoint, selected_nav_item', [
('main.organisation_dashboard', 'Services'),
('main.organisation_dashboard', 'Usage'),
('main.manage_org_users', 'Team members'),
])
def test_a_page_should_nave_selected_org_navigation_item(