Verify login button is clickable using CSS selector
Preconditions (1)
Step 1: Locate the login button using CSS selector '#loginBtn'
Step 2: Click the login button
Step 3: Verify that the URL changes to 'https://example.com/dashboard'
✅ Expected Result: The login button is found and clicked successfully, and the browser navigates to the dashboard page