1
0
mirror of https://github.com/django/django.git synced 2025-04-03 13:06:49 +00:00
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
..
2013-12-31 18:04:54 +01:00
2014-01-03 11:29:37 +01:00
2013-12-14 11:59:15 -05:00
2013-12-14 11:59:15 -05:00
2013-11-23 08:26:11 -08:00
2013-12-28 09:53:02 +01:00