Verify login functionality with valid credentials
Preconditions (1)
Step 1: Enter 'user@example.com' in the email input field with id 'email'
Step 2: Enter 'Password123!' in the password input field with id 'password'
Step 3: Click the login button with id 'loginBtn'
Step 4: Wait for the dashboard page to load
✅ Expected Result: User is redirected to the dashboard page with URL containing '/dashboard' and a welcome message with id 'welcomeMsg' is visible