Last modified: 2014-03-12 21:39:34 UTC
The browser tests are acting on User:Selenium_user. On a default VisualEditor installation, the User namespace does not have VisualEditor enabled. The easiest would be to enable VisualEditor on user page I guess.
Jeff, Željko that might be appealing to you :-]
And Chris. :)
I have just noticed that it is already assigned to Chris (_after_ adding him to cc).
This issue was resolved with the following commit: https://gerrit.wikimedia.org/r/#/c/99257/
Ignore previous comment - I meant to put that comment in BZ 57103.
Is this still true?
Yup the VisualEditor.php entry point has: $wgVisualEditorNamespaces = $wgContentNamespaces; Which does not include the User namespace. So the tests should probably only hit the content namespaces.
Change 118029 had a related patch set uploaded by Jforrester: Enable VisualEditor by default in NS_USER as well as $wgContentNamespaces https://gerrit.wikimedia.org/r/118029
Change 118029 merged by jenkins-bot: Enable VisualEditor by default in NS_USER as well as $wgContentNamespaces https://gerrit.wikimedia.org/r/118029