Verify page reload functionality using cy.reload()
Preconditions (2)
Step 1: Open the web page at 'http://localhost:3000'
Step 2: Locate the paragraph with id 'status-text' and note its initial text
Step 3: Click the button with id 'change-text' to change the paragraph text
Step 4: Verify the paragraph text has changed
Step 5: Reload the page using browser reload
Step 6: Verify the paragraph text has reverted to the initial text after reload
✅ Expected Result: After reload, the paragraph text resets to its original value, confirming the page reload works correctly