diff --git a/tests/test_browser_smoke.py b/tests/test_browser_smoke.py index 642675c3..593e4a95 100644 --- a/tests/test_browser_smoke.py +++ b/tests/test_browser_smoke.py @@ -161,7 +161,7 @@ class TestLoadingFlow: enter = browser_page.query_selector("#enter-prompt") if enter and enter.is_visible(): enter.click() - time.sleep(1) + time.sleep(2) # Wait for click handler + transition # HUD should now be visible hud = browser_page.query_selector("#hud")