Shorten bus stop search placeholder
This commit is contained in:
parent
c3999d796d
commit
827435bd92
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue