During my dabble with creating a React full-stack application, I was testing an
unhappy path in my login page and noticed something peculiar. The unhappy path
was this: should fail to sign in if the user doesn't exist.
Here's what my UI looked like:
When I tested through the UI,