The fix
Write one end-to-end smoke test for [feature] that exercises it the way a real user would, from entry point to outcome, not against the implementation details. Avoid tautological tests that just assert the current code. If a real-user path can't be tested as-is, tell me what's untestable and why.
Learn it properly: Recipe 06, Quality β
Deeper dive: read the full article β