Test Overview
This test demonstrates the difference between using Thread.sleep and proper Selenium waits (WebDriverWait) to wait for an element to appear before clicking it. It verifies that the element is clickable and the click action succeeds.