Skip to content

Commit

Permalink
updated data-testids name
Browse files Browse the repository at this point in the history
  • Loading branch information
atlldwp committed Oct 30, 2024
1 parent 1909d2a commit 04fc24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/lib/forms/paginatedForm.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="stages">
{{#for 1 (add sections 1) 1}}
<label role="button" class="section-button" aria-pressed="false" tabindex="0" for="section-{{this}}" data-testid="sectionButton-{{this}}">{{this}} </label>
<label role="button" class="section-button" aria-pressed="false" tabindex="0" for="section-{{this}}" data-testid="section-button-{{this}}">{{this}} </label>
{{/for}}
</div>

Expand Down
2 changes: 1 addition & 1 deletion views/registration/registration-student.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="recap">
<!--<p>Nutzername: <i data-from="firstName"></i>.<i data-from="lastName"></i></p>-->
<p>{{$t "global.label.emailAddress"}} <i data-from="email" data-testid="student-email"></i></p>
<p>{{$t "global.label.password"}} <i class="student-password" data-testid="student-initial-pwd">{{password}}</i></p>
<p>{{$t "global.label.password"}} <i class="student-password" data-testid="student-initial-password">{{password}}</i></p>
</div>
<button type="button" class="btn btn-secondary btn-print" data-toggle="tooltip" title="" data-original-title="Anmeldedaten drucken">
<i class="fa fa-print"></i> {{$t "global.button.print"}}
Expand Down

0 comments on commit 04fc24c

Please sign in to comment.