Verify visibility and text of a welcome message on homepage
Preconditions (1)
Step 1: Open the homepage URL 'http://localhost:3000/'
Step 2: Locate the element with id 'welcome-msg'
Step 3: Check that the element exists in the DOM
Step 4: Check that the element is visible on the page
Step 5: Check that the element's text is exactly 'Welcome to Our Site!'
✅ Expected Result: The element with id 'welcome-msg' exists, is visible, and displays the text 'Welcome to Our Site!'