Fixing tests

This commit is contained in:
Jonathan Bobel
2023-08-14 15:29:10 -04:00
parent ffafc16430
commit ff33c7c7f9
4 changed files with 5 additions and 5 deletions

View File

@@ -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),