Closed myszon closed 8 years ago
The tests are often flaky so the box might not be at fault, though I see chromedriver should be updated to the latest version (2.24).
They seem to work on the host, just not on the box. It seems as if the browser is not starting correctly. You may be right, it might be caused by an outdated version of chromedriver.
The issue is with the version of chromedriver, the newest one fixes this. I will try to make a patch which makes sure that the newest version of chromedriver is downloaded when the box is built.
Selenium tests currently do not work. Run with the command
runtests27-sqlite3 admin_widgets --selenium chrome
or directly from the django test directory with./runtests.py admin_widgets --selenium chrome
they fail with one of these errors:or
or
I will continue investigating this problem.