Login
From:
Epic Web Dev
(Uncensored)
subscribe
Do NOT Assert on Requests (Do This Instead) (article)
https://www.epicweb.dev/do-not-assert-on-requests
links
backlinks
Roast topics
Find topics
Find it!
Test UI outcomes, not API requests. Mock network calls in setup, but assert on what users actually see and experience, not implementation details.