django/tests/admin_widgets
Florian Apolloner 3bc6b18cb9 Fixed selenium failure.
This fixes (at least according to tests on the ci itself)
admin_widgets.tests.RelatedFieldWidgetSeleniumFirefoxTests.test_foreign_key_using_to_field

(http://ci.djangoproject.com/job/Django/database=mysql_gis,python=python2.7/3792/testReport/junit/admin_widgets.tests/RelatedFieldWidgetSeleniumFirefoxTests/test_foreign_key_using_to_field/)

The cause for this issue seems to be that wait_page_loaded was executed before click fired
and as such no profile got saved (again just an educated guess, but with this fix I can no
longer reproduce it -- fingers crossed).
2014-01-03 11:29:37 +01:00
..
fixtures Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
tests.py Fixed selenium failure. 2014-01-03 11:29:37 +01:00
urls.py Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
widgetadmin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00