Update tests for new content

This commit is contained in:
Katie Smith
2021-07-06 16:42:54 +01:00
parent cd6574c28d
commit 59ed8b0f8b
2 changed files with 14 additions and 14 deletions

View File

@@ -509,7 +509,7 @@ def test_navigation_for_services_with_broadcast_permission(
a['href'] for a in page.select('.navigation a')
] == [
'/services/{}/current-alerts'.format(SERVICE_ONE_ID),
'/services/{}/previous-alerts'.format(SERVICE_ONE_ID),
'/services/{}/past-alerts'.format(SERVICE_ONE_ID),
'/services/{}/rejected-alerts'.format(SERVICE_ONE_ID),
'/services/{}/templates'.format(SERVICE_ONE_ID),
'/services/{}/users'.format(SERVICE_ONE_ID),