Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8180 Added data-testids #3542

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading