Add tests for place name re-routing (ie #2061)
Opened this issue · 0 comments
eric-gade commented
Description
Add a couple of e2e/browser tests for the place name routing and re-routing. We should cover a few cases:
- Ensure a canonical name is rerouted to for cases that are successful
- Ensure the expected actual point location is described by the given input
- Ensure 404 for names that cannot be resolved
Acceptance criteria
- Tests have been implemented or modified to capture the bug
- Changes have been tested for accessibility