mirror of
https://github.com/django/django.git
synced 2025-01-23 16:50:41 +00:00
9fe12b0f36
Depending on screen sizes, the selenium tests that would "click" or interact with an element outside the scope of the visible window would produce test failures (raising ElementNotInteractableException in CI runs). This branch switches those to using ActionChains, which ensures that the click (or other interaction) is performed only after successfully completing the move to the relevant element. Co-authored-by: Tom Carrick <tom@carrick.eu> Backport of af2fd368156439b79e4c1eb2278c433246771e44 from main