Shorten bus stop search placeholder

This commit is contained in:
Edward Betts 2026-08-15 12:58:09 +01:00
parent c3999d796d
commit 827435bd92
2 changed files with 3 additions and 2 deletions

View file

@ -253,6 +253,7 @@ def test_index_contains_search_and_map(client: Any) -> None:
response = client.get("/")
assert response.status_code == 200
assert b"Find a UK bus stop code" in response.data
assert b'placeholder="Postcode, place or ATCO code"' in response.data
assert b'id="search-input"' in response.data
assert b'id="map"' in response.data
assert b'href="/about"' in response.data