Navigate to the homepage using cy.visit()
Preconditions (1)
Step 1: Open the browser
Step 2: Use cy.visit() to go to 'http://localhost:3000'
Step 3: Verify that the URL is exactly 'http://localhost:3000/'
Step 4: Verify that the page contains a visible header with text 'Welcome to Our Site'
✅ Expected Result: The browser navigates to the homepage URL and the page shows the header text 'Welcome to Our Site'