0
0
mirror of https://github.com/django/django.git synced 2024-11-24 11:48:10 +01:00
django/tests/admin_widgets
Mariusz Felisiak 18eb852874
Fixed #31576 -- Fixed selenium tests with headless mode.
Horizontal scrollbar doesn't appear with the headless mode on small
windows, that's why window.scrollTo() is not an option for these
tests.

Tests changed after adding a navigation sidebar in
46fe506445.
2020-05-13 15:07:21 +02:00
..
__init__.py
models.py
test_autocomplete_widget.py
tests.py Fixed #31576 -- Fixed selenium tests with headless mode. 2020-05-13 15:07:21 +02:00
urls.py
widgetadmin.py