Group login page tests using describe blocks
Preconditions (2)
Step 1: Open the login page at 'https://example.com/login'
Step 2: Verify the page title contains 'Login'
Step 3: Enter 'user@example.com' in the email input field
Step 4: Enter 'Password123' in the password input field
Step 5: Click the login button
Step 6: Verify the URL changes to the dashboard page URL 'https://example.com/dashboard'
Step 7: Verify the dashboard page contains a welcome message
✅ Expected Result: All login related tests are grouped inside a describe block named 'Login Page Tests' and all assertions pass successfully