Update navbar
Let's add a login link to our navbar and update its unit and E2E tests.
We'll cover the following...
Before we move on to the E2E tests for our login page, let’s update our navbar and a link to the login and signup pages.
Here is our updated code: ...