https://bugzilla.wikimedia.org/show_bug.cgi?id=71000
Dan Duvall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|running browser tests |running browser tests | |"unable to obtain stable | |firefox connection" --- Comment #1 from Dan Duvall <[email protected]> --- This issue was recently documented on the QA list. [1] Issue: selenium-webdriver < 2.42 doesn't work with Firefox 32. Solution: Update your gems by running `bundle update` in your tests/browser directory and verify that you're using selenium-webdriver >= 2.43 by running `bundle show selenium-webdriver`. [1] https://lists.wikimedia.org/pipermail/qa/2014-September/001890.html -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
