tests: add ids to elements for testing automation

This commit is contained in:
cpanato 2017-10-10 11:38:14 +02:00
parent 10c0ec0d48
commit 620695ed2b
No known key found for this signature in database
GPG key ID: E2379A61085D0517

View file

@ -17,12 +17,12 @@
</div> </div>
{{ if .Invalid }} {{ if .Invalid }}
<div class="dex-error-box"> <div id="login-error" class="dex-error-box">
Invalid username and password. Invalid username and password.
</div> </div>
{{ end }} {{ 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> </form>
</div> </div>