mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Fixing tests
This commit is contained in:
@@ -427,7 +427,7 @@ def test_navigation_urls(
|
||||
):
|
||||
page = client_request.get('main.choose_template', service_id=SERVICE_ONE_ID)
|
||||
assert [
|
||||
a['href'] for a in page.select('.nav.margin-y-5 a')
|
||||
a['href'] for a in page.select('.nav a')
|
||||
] == [
|
||||
'/services/{}'.format(SERVICE_ONE_ID),
|
||||
'/services/{}/templates'.format(SERVICE_ONE_ID),
|
||||
|
||||
Reference in New Issue
Block a user