Skip to content

Commit

Permalink
remove duplicated data-testid
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 25, 2024
1 parent 8b05e23 commit dd86ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/lib/topbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{{/if}}
<li>
<div class="dropdown btn-avatar user-menu">
<button class="icon-btn" data-testid="initials" title='{{ currentUser.displayName }} ({{$t (concat "global.placeholder." currentRole) }})' aria-label='{{$t "lib.loggedin.label.currentUser"}} {{ currentUser.displayName }} {{$t (concat "global.placeholder." currentRole) }}' data-toggle="dropdown">
<button class="icon-btn" title='{{ currentUser.displayName }} ({{$t (concat "global.placeholder." currentRole) }})' aria-label='{{$t "lib.loggedin.label.currentUser"}} {{ currentUser.displayName }} {{$t (concat "global.placeholder." currentRole) }}' data-toggle="dropdown">
<span data-testid="initials" class="initials">{{ currentUser.avatarInitials }}</span>
</button>
<ul class="dropdown-menu dropdown-menu-right" data-testid="icon-clickable" role="menu">
Expand Down

0 comments on commit dd86ec9

Please sign in to comment.