Hi devs, I had to modify Selenium 1 tests to run on WebDriver because otherwise WYSIWYG tests were not running on Firefox version newer than 11 and this was holding ui-tests (Selenium 2 / WebDriver) tests back. Right now all CI agents are using Firefox 11 which is a bit old. We could configure CI to run Selenium 1 and 2 tests on different browsers, but I'd rather use the same browser.
This is the first step of migrating all Selenium 1 tests to WebDriver. I'd like to merge my commits into the stable-4.3.x branch because it doesn't affect the stability of the end product (XE) and it eases the configuration of the CI See http://jira.xwiki.org/browse/XE-1252 and https://github.com/xwiki/xwiki-enterprise/commit/811cd70797141d93f062b73907b5e2e414421235 Here's my +1 Thanks, Marius _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

