Event Update E2E tests

Let's add E2E tests for our event update component.

We'll cover the following

To finish this chapter, we’ll write the E2E tests for our new event update page. First, we’ll create a new file for these tests.

touch cypress/integration/event-update.js

Get hands-on with 1200+ tech skills courses.