mirror of https://github.com/django/django.git
96790fc022
The admin_widgets tests were issuing click() to the browser but
didn't wait for the effects of those clicks. This caused the resulting
request to be processed concurrently with the test case. When using
in-memory SQLite this caused weird failures.
Also added wait_page_loaded() to admin selenium tests for code
reuse.
Fixed #19856, backpatch of
|
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
models.py | ||
tests.py | ||
urls.py | ||
widgetadmin.py |