Learn
Unit tests, E2E, how to autotest UI, and what to test vs skip.
A form can say Saved while the database holds stale coordinates, missing fields, or old cache data. The fix is to make E2E tests verify the saved record, not just the success message.
2026-05-15