Bug #12276
Updated by Thomas Lotze almost 8 years ago
<pre> Failure in test test_wait_for_popup_times_out (gocept.selenium.tests.test_selenese.PopUpTest) Traceback (most recent call last): File "/var/lib/python-eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run testMethod() File "/home/thomas/Code/gocept.selenium/src/gocept/selenium/util.py", line 40, in test return f(test_case, *args, **kw) File "/home/thomas/Code/gocept.selenium/src/gocept/selenium/tests/test_selenese.py", line 273, in test_wait_for_popup_times_out self.assertRaises(Exception, self.selenium.waitForPopUp) File "/var/lib/python-eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 483, in assertRaises raise self.failureException, "%s not raised" % excName AssertionError: Exception not raised </pre> 2 hours to analyse