Update Dashboard E2E Test
Let's update dashboard E2E tests to add tests for the calendar functionality.
We'll cover the following
At this point, we’re ready to add our E2E tests to the dashboard.
Creating command file
First, we’ll create another Cypress command for creating events similar to the one we made for creating new users. Let’s create the file for our new command.
touch cypress/support/create-event.js
Get hands-on with 1400+ tech skills courses.