Verify multi-page navigation from Home to Profile page
Preconditions (3)
Step 1: Navigate to the Home page URL
Step 2: Click on the 'Login' button identified by id 'loginBtn'
Step 3: On the Login page, enter 'testuser@example.com' in the email field with id 'emailInput'
Step 4: Enter 'TestPass123' in the password field with id 'passwordInput'
Step 5: Click the 'Submit' button with id 'submitLogin'
Step 6: Wait for the Dashboard page to load and verify URL contains '/dashboard'
Step 7: Click on the 'Profile' link with id 'profileLink'
Step 8: Wait for the Profile page to load and verify URL contains '/profile'
✅ Expected Result: User successfully logs in, navigates to Dashboard, then navigates to Profile page with correct URLs and page elements loaded