summaryrefslogtreecommitdiff
path: root/django/contrib/admin/tests.py
AgeCommit message (Expand)Author
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-03Fixed selenium failure.Florian Apolloner
2014-01-03Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner
2014-01-03Removed unneeded import.Florian Apolloner
2014-01-03Fixed a few flaky selenium tests.Florian Apolloner
2013-10-24Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry
2013-09-17Destroy selenium before live server threads.Florian Apolloner
2013-09-17Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-14Fixed error handling in 3c5775d36f7e431d9691829a78580873111cb714 for non-oper...Florian Apolloner
2013-09-14Delayed initialization of Selenium webdrivers.Florian Apolloner
2013-08-31Updated Selenium-based tests after e909ceae9b.Ramiro Morales
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-20Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-04Added more thorough Selenium tests for the admin horizontal/vertical filter w...Julien Phalip
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Stopped hiding the original exception's message when a selenium driver's inst...Julien Phalip
2012-02-19Moved an import statement to handle the case where selenium isn't installed.Julien Phalip
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip