Opened 13 years ago
Closed 13 years ago
#17480 closed Bug (invalid)
Selenium test failure test_show_hide_date_time_picker_widgets (regressiontests.admin_widgets.tests.SeleniumFirefoxTests)
Reported by: | ShawnMilo | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.4-alpha-1 |
Severity: | Normal | Keywords: | selenium calendarbox0 tests |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Test failure on Ubuntu 11.10 64-bit
Python version 2.7.2+ (default version from the OS)
Running in virtualenv. Dump of pip freeze follows traceback.
====================================================================== FAIL: test_show_hide_date_time_picker_widgets (regressiontests.admin_widgets.tests.SeleniumFirefoxTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/Django-1.4-alpha-1/tests/regressiontests/admin_widgets/tests.py", line 434, in test_show_hide_date_time_picker_widgets self.get_css_value('#calendarbox0', 'display'), 'none') AssertionError: None != 'none'
BeautifulSoup==3.2.0 Django==1.4-alpha-1 Fabric==1.3.1 Jinja2==2.6 PIL==1.1.7 Pygments==1.4 South==0.7.3 Sphinx==1.1.2 amqplib==1.0.2 anyjson==0.3.1 carrot==0.10.7 celery==2.4.5 django-celery==2.3.1 django-picklefield==0.1.9 django-private-files==0.1.2 docutils==0.8.1 gunicorn==0.12.2 ipython==0.12 kombu==1.5.1 logilab-astng==0.21.1 logilab-common==0.55.0 lxml==2.3.2 meld3==0.6.7 paramiko==1.7.7.1 psycopg2==2.4.1 pycrypto==2.4.1 pyflakes==0.4.0 pyinotify==0.9.2 pylint==0.23.0 pymongo==2.0 pyparsing==1.5.6 python-dateutil==1.5 pytz==2011n rdflib==3.1.0 readline==6.2.1 selenium==2.15.0 soaplib==0.8.1 ssh==1.7.11 supervisor==3.0a10 unittest2==0.5.1 wsgiref==0.1.2 xlrd==0.7.1 xlwt==0.7.2
Note:
See TracTickets
for help on using tickets.
I created new virtualenvs and was unable to duplicate the error message. I'm closing the ticket.