Challenge: Component Testing

Challenge your learning of the unit tests.

Problem statement

In our E2E tests, we added one additional test for displaying a message when a user enters an incorrect password. See if you can create the component level test for this behavior.

Playground

Below is the updated code. Use this to write the tests. ...

Ask