mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
- When an item needs to be scrolled into view, the slow scrolling leads to an early click causing the click to happen on an element that is not in view. Fix this by disabling smooth scrolling in browser options. - https://salsa.debian.org/freedombox-team/freedombox/-/merge_requests/2576#note_558614 - https://github.com/SeleniumHQ/selenium/issues/11136#issuecomment-1370803713 Tests: - Run functional tests on wordpress app. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> [vexch: Move importing from selenium into function to prevent unit tests depend on selenium] Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>