• Anssi Kääriäinen's avatar
    Made a couple of selenium tests wait for page loaded · 50677b29
    Anssi Kääriäinen yazdı
    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
    50677b29
Adı
Son kayıt (commit)
Son güncelleme
..
fixtures Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
admin.py Loading commit data...
customadmin.py Loading commit data...
forms.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...