mirror of https://github.com/django/django.git
af2fd36815
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> |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_autocomplete_widget.py | ||
tests.py | ||
urls.py | ||
widgetadmin.py |