Verify presence of specific text on the homepage using cy.contains()
Preconditions (2)
Step 1: Open the homepage URL in the browser
Step 2: Use cy.contains() to find the text 'Welcome to Our Site'
Step 3: Verify that the text is visible on the page
✅ Expected Result: The text 'Welcome to Our Site' is found and visible on the homepage