mirror of
https://github.com/django/django.git
synced 2024-12-28 03:55:50 +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
|
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_autocomplete_widget.py | ||
tests.py | ||
urls.py | ||
widgetadmin.py |