Challenge: Register and Login

Write code to register a new user. Then, write a test to check the login flow with the newly registered user.

We'll cover the following...

Problem statement

Write two tests. In the first test, go to the register page and register the user. Then, ...