geeksforsocialchange / PlaceCal

Bring your community together
https://placecal.org
GNU Affero General Public License v3.0
17 stars 8 forks source link

Write system tests for neighbourhoods dashboard #1414

Closed lexiwitch closed 9 months ago

lexiwitch commented 2 years ago

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...

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.

Implementation plan

To be written by the developer

aaaaargZombies commented 2 years ago

A proof of life test for data-tables exist in the select2 tests introduced in #1409 as it is used to navigate to the edit form.

r-ferrier commented 9 months ago

closing as wontfix