Skip to content

Commit

Permalink
BC-8180 Added data-testids (#3542)
Browse files Browse the repository at this point in the history
* added data testid

* added data testid

* updated testid name
  • Loading branch information
atlldwp authored Nov 18, 2024
1 parent f628561 commit 40f1203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/administration/users_edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<div class="pull-left">
{{#unless schoolUsesLdap}}
{{#ifCond isAdmin '|| !' editTeacher}}
<button style="margin: 0 10px 20px 0" class="btn btn-secondary btn-pw"
<button style="margin: 0 10px 20px 0" class="btn btn-secondary btn-pw" data-testid="button-change-password"
{{#if @root.hidePwChangeButton}}
disabled
{{#if @root.consentNecessary}}
Expand Down
2 changes: 1 addition & 1 deletion views/authentication/forms/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>


<button type="button" title="{{$t "login.button.moreOptions"}}" class="btn form-group toggle-btn btn-block btn-secondary btn-toggle-providers ">
<button type="button" title="{{$t "login.button.moreOptions"}}" class="btn form-group toggle-btn btn-block btn-secondary btn-toggle-providers " data-testid="login-more-options">
<i aria-hidden="true" class="fa fa-chevron-up"></i> {{$t "login.button.moreOptions"}}
</button>

Expand Down

0 comments on commit 40f1203

Please sign in to comment.