Skip to content

Commit

Permalink
added testid to edit speakers button (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cara-Barter authored Nov 6, 2024
1 parent df9e045 commit 06568bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function DashboardSpeakersPresentation({
</td>
<td className="px-1 py-4 whitespace-nowrap text-right text-sm font-medium">
<Link
data-testid={`edit-speaker-${speaker.name}`}
to={`/${sitename}/dashboard/edit/speaker?id=${speaker?.id}`}
className="text-scarlet-800 hover:text-scarlet-900 flex items-center"
>
Expand Down

0 comments on commit 06568bb

Please sign in to comment.