Verify login button is clickable by class name
Preconditions (1)
Step 1: Locate the login button using its class name 'btn-login'
Step 2: Click the login button
Step 3: Verify that the page navigates to the dashboard URL 'https://example.com/dashboard'
✅ Expected Result: The login button is found by class name, clicked successfully, and the user is redirected to the dashboard page