Skip to content

Commit

Permalink
Add datatestid to delete button (#3510)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Spohr <105202075+csp175@users.noreply.github.com>
  • Loading branch information
bischofmax and csp175 committed Aug 26, 2024
1 parent 129820d commit a43d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/calendar/calendar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{{> "calendar/forms/form-create-event" addCourse="true" addTeam="true" collapseIdCourse="4" collapseIdTeam="5"}}
{{/content}}
{{#content "additional-actions"}}
<button type="button" class="btn btn-primary btn-danger btn-delete">
<button type="button" class="btn btn-primary btn-danger btn-delete" data-testid='calendar-event-btn-delete'>
<i class="fa fa-trash-o"></i> {{$t "global.headline.delete" }}
</button>
{{/content}}
Expand Down

0 comments on commit a43d9fe

Please sign in to comment.