Browse Source

tests: add ids to elements for testing automation

pull/1097/head
cpanato 9 years ago
parent
commit
620695ed2b
No known key found for this signature in database
GPG Key ID: E2379A61085D0517
  1. 4
      web/templates/password.html

4
web/templates/password.html

@ -17,12 +17,12 @@
</div>
{{ if .Invalid }}
<div class="dex-error-box">
<div id="login-error" class="dex-error-box">
Invalid username and password.
</div>
{{ end }}
<button tabindex="3" type="submit" class="dex-btn theme-btn--primary">Login</button>
<button tabindex="3" id="submit-login" type="submit" class="dex-btn theme-btn--primary">Login</button>
</form>
</div>

Loading…
Cancel
Save