Unverified Commit 620695ed authored by cpanato's avatar cpanato

tests: add ids to elements for testing automation

parent 10c0ec0d
...@@ -17,12 +17,12 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment