Dashboard E2E tests

Let's write E2E tests for our dashboard component.

We'll cover the following

Add file

Now that we’ve manually tested it, let’s jump into Cypress and add a quick test for this behavior. First, create a new file for tests related to our dashboard.

touch cypress/integration/dashboard.js

Get hands-on with 1200+ tech skills courses.