mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Get rid of on/off page send file by email setting
This commit is contained in:
@@ -42,7 +42,7 @@ def test_find_services_by_name_displays_multiple_services(
|
||||
)
|
||||
document = client_request.post('main.find_services_by_name', _data={"search": "Tadfield"}, _expected_status=200)
|
||||
|
||||
results = document.select('.browse-list-item a')
|
||||
results = document.find_all('a', {'class': 'browse-list-item'})
|
||||
assert len(results) == 2
|
||||
assert sorted([result.text.strip() for result in results]) == ["Tadfield Air Base", "Tadfield Police"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user