Final Integration & Testing
10 min read
Test City Search
Task
Run a clean search test.
File / section
Browser
Change
Search a known city, search a second city, submit an empty search, and enter a city with an intentionally incorrect spelling.
Why this change matters
This checks success, replacement of old data, validation, and API 404 handling.
Test it
Valid searches update the dashboard; invalid searches show an error without crashing the app.
Checkpoint
City search passes the primary test cases.