Branch: refs/heads/stable/1.5.x
  Home:   https://github.com/django/django
  Commit: 96790fc02214b4d36df0ecb630159e65b28a5174
      
https://github.com/django/django/commit/96790fc02214b4d36df0ecb630159e65b28a5174
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

  Changed paths:
    M django/contrib/admin/tests.py
    M tests/regressiontests/admin_inlines/tests.py
    M tests/regressiontests/admin_views/tests.py
    M tests/regressiontests/admin_widgets/tests.py

  Log Message:
  -----------
  [1.5.x] Made a couple of selenium tests wait for page loaded

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 50677b29af39ca670274fb45087415c883c78b04



-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to