mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Cuprite-based browser runs were flaky when hovercards were triggered through raw jQuery events because this bypassed real pointer behavior. Switching to Capybara's native hover action aligns with the driver semantics and makes the step deterministic.