Skip to content

Commit

Permalink
[webui] Give the login button an id
Browse files Browse the repository at this point in the history
Poltergeist tests really have problems with clicking on
»
  • Loading branch information
hennevogel committed Mar 23, 2017
1 parent 22c2902 commit 197b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/user/login.html.erb
Expand Up @@ -21,7 +21,7 @@
<input type="password" name="password" id="user_password" size="30"/>
</p>
<p>
<input type="submit" name="login" value="Log In &#187;" class="primary" />
<input type="submit" name="login" id='log-in-button' value="Log In &#187;" class="primary" />
</p>
</div>

Expand Down

0 comments on commit 197b9aa

Please sign in to comment.