1
0
mirror of https://github.com/django/django.git synced 2025-01-04 07:26:38 +00:00
django/tests/admin_changelist
Carlton Gibson 2ccc0b22db Fixed #33211 -- Updated tests for Selenium 4.0.0.
Replaced deprecated `find_element[s]_by_*()` usages, in favour of
`find_element[s]()` with an explicit `By`.
2021-10-21 14:37:16 +02:00
..
__init__.py
admin.py Fixed #33083 -- Fixed selecting all items in the admin changelist when actions are both top and bottom. 2021-09-21 19:58:00 +02:00
models.py
test_date_hierarchy.py
tests.py Fixed #33211 -- Updated tests for Selenium 4.0.0. 2021-10-21 14:37:16 +02:00
urls.py