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.
...Let's write E2E tests for our dashboard component.
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.
...