Merge pull request #1097 from cpanato/add_ids_test_automation

tests: add ids to elements for testing automation
This commit is contained in:
Eric Chiang 2017-10-10 09:39:21 -07:00 committed by GitHub
commit 3849abb18a

View file

@ -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>