mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
link-service-to-organisations-tweaks
This commit is contained in:
@@ -150,4 +150,4 @@ def test_organisation_services_show(
|
||||
assert normalize_spaces(page.select('.browse-list-item')[i].text) == service_name
|
||||
assert normalize_spaces(
|
||||
page.select('.browse-list-item a')[i]['href']
|
||||
) == '/services/{}/dashboard'.format(service_id)
|
||||
) == '/services/{}'.format(service_id)
|
||||
|
||||
Reference in New Issue
Block a user