<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    As I've been adding and updating automated tests for Visual Editor,
    I've noticed that even though we usually export a MEDIAWIKI_USER
    environment variable value, there is a hard-coded equivalent value
    defined in visual_editor_page.rb at line 5[1]<br>
    <br>
    In order to move in the direction of making the tests more flexible,
    does anyone have concerns if I submit a change to modify that line
    from:<br>
    <br>
    <i>page_url URL.url('User:Selenium_user')</i><br>
    <br>
    ...to:<br>
    <i><br>
    </i><i>page_url URL.url("User:" + ENV['MEDIAWIKI_USER'])</i><br>
    <br>
    Let me know if you have any concerns with such a change, otherwise
    I'll submit a change via Gerrit.<br>
    <br>
    Thanks,<br>
    <br>
    Jeff H.<br>
    <br>
    <br>
    <br>
    1: <br>
<a class="moz-txt-link-freetext" href="https://github.com/wikimedia/mediawiki-extensions-VisualEditor/blob/master/modules/ve-mw/test/browser/features/support/pages/visual_editor_page.rb">https://github.com/wikimedia/mediawiki-extensions-VisualEditor/blob/master/modules/ve-mw/test/browser/features/support/pages/visual_editor_page.rb</a>
  </body>
</html>