From 620695ed2b541331bbec206e3e1e6ff8ae682b2f Mon Sep 17 00:00:00 2001 From: cpanato <ctadeu@gmail.com> Date: Tue, 10 Oct 2017 11:38:14 +0200 Subject: [PATCH] tests: add ids to elements for testing automation --- web/templates/password.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/password.html b/web/templates/password.html index e13363ef..7a6c8aa6 100644 --- a/web/templates/password.html +++ b/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> -- GitLab