[ ] A link to the neighbourhood in the "id" field with the correct id and link destination
[ ] Text for the official key, official value.
[ ] If the neighbourhood has a name and name_abbr that these are correctly displayed in the list
[ ] Clicking "show" and changing the number updates the records shown (note: need to generate lots of records for this)
[ ] Typing something in "search" correctly filters the list
[ ] There is a paginator and clicking it changes the page
Implementation notes & questions
This should solely validate the current functionality so we get notified if it changes.
Note that E99999999 neighbourhoods should be inherently nameless as they are not actual regions, counties, etc. they are just container objects in the ward tree structure.
User story
As a developer, I want system tests for the neighbourhoods dashboard, in order that if anything breaks I know about it before it hits prod
Acceptance criteria
There are tests for https://admin.placecal.org/neighbourhoods that validates there is...
name
andname_abbr
that these are correctly displayed in the listImplementation notes & questions
This should solely validate the current functionality so we get notified if it changes.
Note that E99999999 neighbourhoods should be inherently nameless as they are not actual regions, counties, etc. they are just container objects in the ward tree structure.
Implementation plan
To be written by the developer