fix: increase loading screen test wait for HUD visibility (#1510)
Some checks failed
CI / validate (pull_request) Failing after 54s
CI / test (pull_request) Failing after 55s
Review Approval Gate / verify-review (pull_request) Failing after 6s

This commit is contained in:
2026-04-15 02:52:58 +00:00
parent 1a5771484b
commit 2801b8a2ee

View File

@@ -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")