fix: increase loading screen test wait for HUD visibility (#1510)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user