Automate login test using base test class pattern
Preconditions (3)
Step 1: Open browser and navigate to login page URL
Step 2: Enter 'testuser@example.com' in the email input field
Step 3: Enter 'Test@1234' in the password input field
Step 4: Click the login button
Step 5: Verify that the user is redirected to the dashboard page URL
✅ Expected Result: User successfully logs in and dashboard page is displayed