Skip to content
Snippets Groups Projects
Commit 3849abb1 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #1097 from cpanato/add_ids_test_automation

tests: add ids to elements for testing automation
parents 10c0ec0d 620695ed
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment