Dashboard E2E tests

Let's write E2E tests for our dashboard component.

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 1300+ tech skills courses.